Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module github.com/TUM-Dev/Campus-Backend/client

go 1.22.7

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231009133538-1a7f37e5f27c
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.70.0
google.golang.org/grpc v1.71.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/TUM-Dev/Campus-Backend/server

go 1.23.0

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
Expand All @@ -27,7 +27,7 @@ require (
github.com/testcontainers/testcontainers-go v0.35.0
golang.org/x/sync v0.11.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/grpc v1.70.0
google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.5
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gorm.io/driver/mysql v1.5.7
Expand Down
Loading