+1
−0
+17
−17
+14
−14
+6
−6
| Original line number | Diff line number | Diff line |
|---|---|---|
module github.com/heroiclabs/nakama/v3
|
||
go 1.18
|
||
go 1.20
|
||
require (
|
||
github.com/blugelabs/bluge v0.2.2
|
||
| @@ -13,7 +13,7 @@ require ( | ||
github.com/gorilla/mux v1.8.0
|
||
github.com/gorilla/websocket v1.5.0
|
||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
|
||
github.com/heroiclabs/nakama-common v1.26.1-0.20230315184120-05f3d089030f
|
||
github.com/heroiclabs/nakama-common v1.26.1-0.20230321170403-7becee7153cf
|
||
github.com/jackc/pgconn v1.13.0
|
||
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
|
||
github.com/jackc/pgtype v1.12.0
|
||
| @@ -45,7 +45,7 @@ require ( | ||
github.com/blugelabs/ice v1.0.0 // indirect
|
||
github.com/blugelabs/ice/v2 v2.0.1 // indirect
|
||
github.com/caio/go-tdigest v3.1.0+incompatible // indirect
|
||
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
|
||
github.com/dlclark/regexp2 v1.7.0 // indirect
|
||
| @@ -65,11 +65,11 @@ require ( | ||
github.com/mschoch/smat v0.2.0 // indirect
|
||
github.com/pkg/errors v0.9.1 // indirect
|
||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
github.com/prometheus/client_golang v1.11.1-0.20211129121811-6d5cf25fcc34 // indirect
|
||
github.com/prometheus/client_golang v1.11.0 // indirect
|
||
github.com/prometheus/client_model v0.2.0 // indirect
|
||
github.com/prometheus/common v0.29.0 // indirect
|
||
github.com/prometheus/common v0.26.0 // indirect
|
||
github.com/prometheus/procfs v0.6.0 // indirect
|
||
github.com/twmb/murmur3 v1.1.6 // indirect
|
||
github.com/twmb/murmur3 v1.1.5 // indirect
|
||
go.uber.org/multierr v1.6.0 // indirect
|
||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
|
||
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
|
||
Loading