Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/canteen-rating-startup-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Oct 4, 2023
2 parents 3d212b2 + e106f32 commit 4d4bbd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/TUM-Dev/Campus-Backend/client
go 1.21

require (
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231003002704-02ce42cccaf1
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231003003800-8ca59298373a
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.58.2
)
Expand Down
4 changes: 2 additions & 2 deletions client/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231003002704-02ce42cccaf1 h1:3m4bgqDjkJ+fZKjcCk1PyVO5UMNEsjkWwiMJot4cGoY=
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231003002704-02ce42cccaf1/go.mod h1:wrzx8AE9r2dpCuXTcm36XIUQLBAnOH21Hsnt0mpxPbQ=
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231003003800-8ca59298373a h1:NutXvBqKaHH4E5zQNj2CYJyGACGyJcdAd4zIyGCG2Lk=
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231003003800-8ca59298373a/go.mod h1:wrzx8AE9r2dpCuXTcm36XIUQLBAnOH21Hsnt0mpxPbQ=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
2 changes: 1 addition & 1 deletion server/api/tumdev/campus_backend.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d4bbd0

Please sign in to comment.