c.yml
deleted100644 → 0
+0
−9
+9
−9
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -26,18 +26,18 @@ require ( | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
||
github.com/gobuffalo/packr v1.30.1
|
||
github.com/gofrs/uuid v0.0.0-20190510204422-abfe1881e60e
|
||
github.com/golang/protobuf v1.3.2
|
||
github.com/golang/protobuf v1.3.3
|
||
github.com/gorilla/handlers v1.4.2
|
||
github.com/gorilla/mux v1.7.3
|
||
github.com/gorilla/mux v1.7.4
|
||
github.com/gorilla/websocket v1.4.1
|
||
github.com/grpc-ecosystem/grpc-gateway v1.11.1
|
||
github.com/grpc-ecosystem/grpc-gateway v1.13.0
|
||
github.com/heroiclabs/nakama-common v1.3.0
|
||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
||
github.com/jackc/pgx v3.5.0+incompatible
|
||
github.com/jmhodges/levigo v1.0.0 // indirect
|
||
github.com/lib/pq v1.2.0 // indirect
|
||
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
||
github.com/pkg/errors v0.8.1
|
||
github.com/pkg/errors v0.9.1
|
||
github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7 // indirect
|
||
github.com/rogpeppe/go-internal v1.3.1 // indirect
|
||
github.com/rubenv/sql-migrate v0.0.0-20190902133344-8926f37f0bc1
|
||
| @@ -54,13 +54,13 @@ require ( | ||
go.uber.org/atomic v1.4.0
|
||
go.uber.org/multierr v1.1.0 // indirect
|
||
go.uber.org/zap v1.10.0
|
||
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
|
||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
||
golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13 // indirect
|
||
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
||
golang.org/x/net v0.0.0-20200226051749-491c5fce7268 // indirect
|
||
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
|
||
google.golang.org/api v0.10.0 // indirect
|
||
google.golang.org/appengine v1.6.2 // indirect
|
||
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514
|
||
google.golang.org/grpc v1.23.0
|
||
google.golang.org/genproto v0.0.0-20200225123651-fc8f55426688
|
||
google.golang.org/grpc v1.27.1
|
||
gopkg.in/gorp.v1 v1.7.2 // indirect
|
||
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20190411184413-94d9e492cc53
|
||
gopkg.in/yaml.v2 v2.2.5-0.20191002202810-970885f01c8b
|
||
+29
−17
Loading