Commit beab37f1 authored by Chris Molozian's avatar Chris Molozian
Browse files

Upgrade to nakama-common v1.4.0 release.

parent 218e24fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ require (
	github.com/gorilla/mux v1.7.4
	github.com/gorilla/websocket v1.4.1
	github.com/grpc-ecosystem/grpc-gateway v1.13.0
	github.com/heroiclabs/nakama-common v1.3.1
	github.com/heroiclabs/nakama-common v1.4.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
+2 −0
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ To setup your own project to build modules for the game server you can follow th

    ```bash
    go mod init "plugin_code"
    go get -u "github.com/heroiclabs/nakama-common@v1.2.0"
    go get -u "github.com/heroiclabs/nakama-common@v1.4.0"
    ```

   ⚠️ __NOTE__: If you're working on Nakama's master branch drop the `@v1.2.0` from the above snippet.
@@ -82,7 +82,7 @@ For Windows development and environments where you want to use our official Dock

    ```bash
    cd "$HOME/plugin_code" # Your project folder. See instructions above.
    docker run --rm -w "/builder" -v "${PWD}:/builder" heroiclabs/nakama-pluginbuilder:2.8.0 build -buildmode=plugin -trimpath -o ./modules/plugin_code.so
    docker run --rm -w "/builder" -v "${PWD}:/builder" heroiclabs/nakama-pluginbuilder:2.10.0 build -buildmode=plugin -trimpath -o ./modules/plugin_code.so
    ```

   In the command above we bind-mount your current folder into the container and use the Go toolchain inside it to run the build. The output artifacts are written back into your host filesystem.
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ github.com/grpc-ecosystem/grpc-gateway/internal
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options
github.com/grpc-ecosystem/grpc-gateway/runtime
github.com/grpc-ecosystem/grpc-gateway/utilities
# github.com/heroiclabs/nakama-common v1.3.1
# github.com/heroiclabs/nakama-common v1.4.0
github.com/heroiclabs/nakama-common/api
github.com/heroiclabs/nakama-common/rtapi
github.com/heroiclabs/nakama-common/runtime