Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN go install github.com/extism/cli/extism@v1.6.3
# \_/\_/ \___|_.__/|___/_|\__\___|
#

ENV HUGO_VER=0.152.2
ENV HUGO_VER=0.157.0
RUN ARCH=$(dpkg --print-architecture) && \
mkdir /tmp/hugo && \
wget -q -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_extended_${HUGO_VER}_linux-${ARCH}.tar.gz && \
Expand Down
1 change: 1 addition & 0 deletions sdks/python/agones/_generated/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions sdks/python/agones/_generated/alpha/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion sdks/python/agones/_generated/alpha/alpha_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
_globals['_PLAYERIDLIST']._serialized_end=150
_globals['_SDK']._serialized_start=153
_globals['_SDK']._serialized_end=732
# @@protoc_insertion_point(module_scope)
# @@protoc_insertion_point(module_scope)
2 changes: 1 addition & 1 deletion sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,4 +417,4 @@ def GetConnectedPlayers(request,
wait_for_ready,
timeout,
metadata,
_registered_method=True)
_registered_method=True)
1 change: 1 addition & 0 deletions sdks/python/agones/_generated/beta/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion sdks/python/agones/_generated/beta/beta_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
_globals['_REMOVELISTVALUEREQUEST']._serialized_end=782
_globals['_SDK']._serialized_start=785
_globals['_SDK']._serialized_end=1308
# @@protoc_insertion_point(module_scope)
# @@protoc_insertion_point(module_scope)
2 changes: 1 addition & 1 deletion sdks/python/agones/_generated/beta/beta_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ def RemoveListValue(request,
wait_for_ready,
timeout,
metadata,
_registered_method=True)
_registered_method=True)
2 changes: 1 addition & 1 deletion sdks/python/agones/_generated/sdk_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
_globals['_GAMESERVER_STATUS_LISTSENTRY']._serialized_end=1640
_globals['_SDK']._serialized_start=1643
_globals['_SDK']._serialized_end=2222
# @@protoc_insertion_point(module_scope)
# @@protoc_insertion_point(module_scope)
2 changes: 1 addition & 1 deletion sdks/python/agones/_generated/sdk_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,4 @@ def Reserve(request,
wait_for_ready,
timeout,
metadata,
_registered_method=True)
_registered_method=True)
2 changes: 1 addition & 1 deletion site/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.26
require gopkg.in/yaml.v2 v2.4.0

require (
github.com/google/docsy v0.14.3 // indirect
github.com/google/docsy v0.15.0 // indirect
github.com/google/docsy/dependencies v0.7.2 // indirect
)
4 changes: 2 additions & 2 deletions site/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.14.3 h1:4uFgPWTPj4NT79IboVkXGi49LLQadLVfU4WNOfD/s74=
github.com/google/docsy v0.14.3/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU=
github.com/google/docsy v0.15.0 h1:MNJ1nrE2ZuweXlUNaegTo/UbSKZJu+WMczahfZaxosI=
github.com/google/docsy v0.15.0/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU=
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
Expand Down
Loading