Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2024
1 parent f81da96 commit cb96f46
Show file tree
Hide file tree
Showing 55 changed files with 3,743 additions and 1,463 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require (
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/lxc/lxd v0.0.0-20230621171605-0c2f4271a632
github.com/magiconair/properties v1.8.7 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo/v2 v2.15.0
Expand All @@ -29,13 +28,14 @@ require (
helm.sh/helm/v3 v3.14.2
)

require github.com/canonical/lxd v0.0.0-20231212113931-6b2c9592e968

require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/canonical/lxd v0.0.0-20231212113931-6b2c9592e968 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dsnet/compress v0.0.1 // indirect
Expand Down Expand Up @@ -86,7 +86,6 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/muhlemmer/gu v0.3.1 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pkg/sftp v1.13.6 // indirect
github.com/pkg/xattr v0.4.9 // indirect
Expand Down Expand Up @@ -116,7 +115,7 @@ require (
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/errgo.v1 v1.0.1 // indirect
gopkg.in/httprequest.v1 v1.2.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
396 changes: 26 additions & 370 deletions go.sum

Large diffs are not rendered by default.

47 changes: 18 additions & 29 deletions vendor/github.com/canonical/lxd/shared/util.go

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

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

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

28 changes: 14 additions & 14 deletions vendor/google.golang.org/protobuf/encoding/protowire/wire.go

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

Loading

0 comments on commit cb96f46

Please sign in to comment.