Skip to content

Commit

Permalink
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
Browse files Browse the repository at this point in the history
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent f5b7bd7 commit f916bc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 514 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/TUM-Dev/gocast

go 1.21
toolchain go1.22.1

require (
github.com/RBG-TUM/CAMPUSOnline v0.0.0-20230412070523-8db58ed5c0b4
Expand Down Expand Up @@ -28,7 +29,7 @@ require (
github.com/spf13/viper v1.18.2
golang.org/x/crypto v0.18.0
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
google.golang.org/protobuf v1.33.0
gorm.io/driver/mysql v1.5.2
gorm.io/gorm v1.25.5
mvdan.cc/xurls/v2 v2.5.0
Expand Down Expand Up @@ -73,7 +74,6 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/arch v0.7.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
Expand Down Expand Up @@ -127,7 +127,6 @@ require (
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
Expand Down
Loading

0 comments on commit f916bc6

Please sign in to comment.