Skip to content
Open
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
@@ -1,8 +1,8 @@
module geti.com/account_service_grpc

go 1.23.3
go 1.24.0

toolchain go1.23.12
toolchain go1.24.10

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

go 1.23.3
go 1.24.0

toolchain go1.23.12
toolchain go1.24.10

require (
google.golang.org/grpc v1.65.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module geti.com/modelmesh

go 1.23.3
go 1.24.0

toolchain go1.23.12
toolchain go1.24.10

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

go 1.23.3
go 1.24.0

toolchain go1.23.12
toolchain go1.24.10

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

go 1.23.3
go 1.24.0

toolchain go1.23.12
toolchain go1.24.10

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

go 1.23.3
go 1.24.0

toolchain go1.23.12
toolchain go1.24.10

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

Expand Down
Loading