+1
−4
console/a_console-packr.go
deleted100644 → 0
+0
−58
File deleted.
Preview size limit exceeded, changes collapsed.
+14
−4
+2
−8
| Original line number | Diff line number | Diff line |
|---|---|---|
module github.com/heroiclabs/nakama/v3
|
||
go 1.13
|
||
go 1.16
|
||
require (
|
||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
|
||
github.com/blevesearch/bleve v1.0.13
|
||
github.com/cockroachdb/apd v1.1.0 // indirect
|
||
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
|
||
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
|
||
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
|
||
github.com/dgrijalva/jwt-go v3.2.1-0.20200107013213-dc14462fd587+incompatible
|
||
github.com/dlclark/regexp2 v1.4.0 // indirect
|
||
github.com/dop251/goja v0.0.0-20210126164150-f5884268f0c0
|
||
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
||
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
|
||
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
|
||
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
||
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
||
github.com/gobuffalo/packr v1.30.1
|
||
github.com/gobuffalo/packr v1.30.1 // indirect
|
||
github.com/gofrs/uuid v0.0.0-20190510204422-abfe1881e60e
|
||
github.com/golang/protobuf v1.4.3
|
||
github.com/gorilla/handlers v1.4.2
|
||
| @@ -37,7 +32,6 @@ require ( | ||
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||
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
|
||
github.com/satori/go.uuid v1.2.0 // indirect
|
||
+0
−22
Loading