2020-10-11 00:03:16 +00:00
|
|
|
module git.example.com/example/goserv
|
2020-09-28 07:26:16 +00:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-10-11 00:03:16 +00:00
|
|
|
git.rootprojects.org/root/go-gitver v1.1.3 // indirect
|
|
|
|
git.rootprojects.org/root/go-gitver/v2 v2.0.1
|
|
|
|
git.rootprojects.org/root/keypairs v0.6.3
|
2020-09-28 07:26:16 +00:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-09-30 07:56:23 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-09-28 09:56:51 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-09-30 07:56:23 +00:00
|
|
|
github.com/lib/pq v1.8.0
|
2020-09-28 07:26:16 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
|
2020-10-11 00:03:16 +00:00
|
|
|
golang.org/x/tools v0.0.0-20201001230009-b5b87423c93b
|
2020-09-30 07:56:23 +00:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2020-09-28 07:26:16 +00:00
|
|
|
)
|