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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module geti.com/account_service_grpc

go 1.24.0

toolchain go1.24.10
toolchain go1.25.12

require (
github.com/golang/protobuf v1.5.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module geti.com/credit_system

go 1.24.0

toolchain go1.24.10
toolchain go1.25.12

require (
google.golang.org/grpc v1.79.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module geti.com/modelmesh

go 1.24.0

toolchain go1.24.10
toolchain go1.25.12

require (
github.com/stretchr/testify v1.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module geti.com/modelregistration

go 1.24.0

toolchain go1.24.10
toolchain go1.25.12

require (
github.com/stretchr/testify v1.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module geti.com/predict

go 1.24.0

toolchain go1.24.10
toolchain go1.25.12

require (
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion platform/services/auth_proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module auth_proxy

go 1.24.0

toolchain go1.24.10
toolchain go1.25.12

replace geti.com/account_service_grpc => ../../../libs/grpc_interfaces/src/grpc_interfaces/account_service/go

Expand Down
Loading