File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/gorilla/mux v1.8.1
17
17
github.com/gorilla/websocket v1.5.3
18
18
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2
19
- github.com/heroiclabs/nakama-common v1.40.1-0.20250829141729-789cb969b881
19
+ github.com/heroiclabs/nakama-common v1.40.1-0.20250901174119-9b397bcf6b24
20
20
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0
21
21
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
22
22
github.com/jackc/pgx/v5 v5.7.5
@@ -77,5 +77,3 @@ require (
77
77
golang.org/x/text v0.28.0 // indirect
78
78
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
79
79
)
80
-
81
- replace github.com/heroiclabs/nakama-common => ../nakama-common
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
106
106
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 h1:8Tjv8EJ+pM1xP8mK6egEbD1OgnVTyacbefKhmbLhIhU =
107
107
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 /go.mod h1:pkJQ2tZHJ0aFOVEEot6oZmaVEZcRme73eIFmhiVuRWs =
108
108
github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
109
+ github.com/heroiclabs/nakama-common v1.40.1-0.20250901174119-9b397bcf6b24 h1:SanWrnu2p1+9rP/Q20M+xQ37OXn4F4I5MH4x1maUFs0 =
110
+ github.com/heroiclabs/nakama-common v1.40.1-0.20250901174119-9b397bcf6b24 /go.mod h1:E4yiMQmn8KHQ77WqBLVUfazdiPnwFYWqUrfGOrqOXk8 =
109
111
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0 h1:hHJcYOP6L2/wZIEnYjjkJM+rOk/bK0uaYkDAejYpLhI =
110
112
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0 /go.mod h1:uwcmopkVQIfb/JQqul5zmGI9ounclRC08j9S9lLcpRQ =
111
113
github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena
139
139
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options
140
140
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
141
141
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
142
- # github.com/heroiclabs/nakama-common v1.40.1-0.20250829141729-789cb969b881 => ../nakama-common
142
+ # github.com/heroiclabs/nakama-common v1.40.1-0.20250901174119-9b397bcf6b24
143
143
## explicit; go 1.25.0
144
144
github.com/heroiclabs/nakama-common/api
145
145
github.com/heroiclabs/nakama-common/rtapi
@@ -440,4 +440,3 @@ gopkg.in/natefinch/lumberjack.v2
440
440
# gopkg.in/yaml.v3 v3.0.1
441
441
## explicit
442
442
gopkg.in/yaml.v3
443
- # github.com/heroiclabs/nakama-common => ../nakama-common
You can’t perform that action at this time.
0 commit comments