From 6bba3903d6ad5f93c1406d20e9439d00231ac2ff Mon Sep 17 00:00:00 2001 From: Michael Desson Date: Thu, 6 Mar 2025 14:26:20 -0500 Subject: [PATCH] Bumped version of unity-gaming-services-go-sdk to latest --- simple-game-server-go/go.mod | 2 +- simple-game-server-go/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/simple-game-server-go/go.mod b/simple-game-server-go/go.mod index 7b430b6..8082245 100644 --- a/simple-game-server-go/go.mod +++ b/simple-game-server-go/go.mod @@ -3,7 +3,7 @@ module github.com/Unity-Technologies/multiplay-examples/simple-game-server-go go 1.20 require ( - github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.5.0 + github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.5.4 github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.8.2 ) diff --git a/simple-game-server-go/go.sum b/simple-game-server-go/go.sum index 73a22d8..0fc32eb 100644 --- a/simple-game-server-go/go.sum +++ b/simple-game-server-go/go.sum @@ -4,6 +4,8 @@ github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.3.1 h1:piV2hAtoc5k github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.3.1/go.mod h1:WgDwSafd4alCs+HdK0z+7htBVZIe+LUrLQgM738WDd0= github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.5.0 h1:nH2XUCCx1BAV6hXhjSaIA+rOrzX2CRPz4/Yx/sZ26Do= github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.5.0/go.mod h1:WgDwSafd4alCs+HdK0z+7htBVZIe+LUrLQgM738WDd0= +github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.5.4 h1:2KQYKCx44tEurLU5TlhmPhvKyvXo5QyBiTEfFqiC25g= +github.com/Unity-Technologies/unity-gaming-services-go-sdk v0.5.4/go.mod h1:WgDwSafd4alCs+HdK0z+7htBVZIe+LUrLQgM738WDd0= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/centrifugal/centrifuge v0.21.1 h1:7saDm953rxzke4YfzoNekxKnpckmdTnz8EzbSribwos= github.com/centrifugal/centrifuge-go v0.8.4 h1:X23NuXmXTqdlp6PNrZLj1bWcPpehVq5u8LxuM2+NrIA=