-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// +heroku install gitlab.com/404busters/inventory-management/apiserver/cmd/apiserver
module gitlab.com/404busters/inventory-management/apiserver
require (
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/golang/protobuf v1.2.0 // indirect
github.com/gorilla/handlers v1.4.0
github.com/gorilla/websocket v1.4.0 // indirect
github.com/graphql-go/graphql v0.7.7 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/samsarahq/thunder v0.4.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.2.0
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
gitlab.com/ysitd-cloud/golang-packages/dbutils v1.0.0
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)