From 5240e8debd445960e043793a2ee557cb22baeb8b Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Wed, 14 Apr 2021 18:49:53 +0100 Subject: [PATCH] Update to nakama-common v1.13.0 release. --- go.mod | 2 +- go.sum | 2 ++ vendor/github.com/heroiclabs/nakama-common/runtime/runtime.go | 1 + vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index fbb476ffe..547cf2ee4 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/gorilla/mux v1.7.4 github.com/gorilla/websocket v1.4.2 github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1 - github.com/heroiclabs/nakama-common v1.12.2-0.20210413094005-5486904ee9d0 + github.com/heroiclabs/nakama-common v1.13.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 diff --git a/go.sum b/go.sum index f9bc91526..d74fa627d 100644 --- a/go.sum +++ b/go.sum @@ -191,6 +191,8 @@ github.com/heroiclabs/nakama-common v1.12.2-0.20210407115237-ca6ca4f42e2f h1:QUE github.com/heroiclabs/nakama-common v1.12.2-0.20210407115237-ca6ca4f42e2f/go.mod h1:li7bMQwOYA0NjT3DM4NKQBNruULPa2hrqdiSaaTwui4= github.com/heroiclabs/nakama-common v1.12.2-0.20210413094005-5486904ee9d0 h1:lLEt5C+vKL89jmnY9M6K7L+P8qvdHl6r0gDXPgdr67M= github.com/heroiclabs/nakama-common v1.12.2-0.20210413094005-5486904ee9d0/go.mod h1:li7bMQwOYA0NjT3DM4NKQBNruULPa2hrqdiSaaTwui4= +github.com/heroiclabs/nakama-common v1.13.0 h1:yKRmlQ8bzi7/rDbv/webR98rd4Qgy+nbTm8UrLFUlio= +github.com/heroiclabs/nakama-common v1.13.0/go.mod h1:li7bMQwOYA0NjT3DM4NKQBNruULPa2hrqdiSaaTwui4= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= diff --git a/vendor/github.com/heroiclabs/nakama-common/runtime/runtime.go b/vendor/github.com/heroiclabs/nakama-common/runtime/runtime.go index d41ac9141..7fc0392a6 100644 --- a/vendor/github.com/heroiclabs/nakama-common/runtime/runtime.go +++ b/vendor/github.com/heroiclabs/nakama-common/runtime/runtime.go @@ -973,6 +973,7 @@ type NakamaModule interface { Event(ctx context.Context, evt *api.Event) error } + // Custom Sentinel Error Values // ErrPurchaseReceiptAlreadySeen returned when a purchase contained in a receipt being validated has already been validated before. diff --git a/vendor/modules.txt b/vendor/modules.txt index 23c2fc16c..d1adcca14 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -147,7 +147,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options github.com/grpc-ecosystem/grpc-gateway/v2/runtime github.com/grpc-ecosystem/grpc-gateway/v2/utilities -# github.com/heroiclabs/nakama-common v1.12.2-0.20210413094005-5486904ee9d0 +# github.com/heroiclabs/nakama-common v1.13.0 ## explicit github.com/heroiclabs/nakama-common/api github.com/heroiclabs/nakama-common/rtapi -- GitLab