4
1
Fork 0
backend-core/go.mod

12 lines
420 B
Modula-2

module backend/core
require (
github.com/golang/protobuf v1.1.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v0.0.0-20180715161854-348b672cd90d
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.0.0
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
)