Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 3

Commit 2c881d8

Browse files
authoredMar 14, 2024··
Merge pull request #34 from MottainaiCI/dependabot/go_modules/google.golang.org/protobuf-1.33.0
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
2 parents f81da96 + cb96f46 commit 2c881d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3743
-1463
lines changed
 

‎go.mod

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
1313
github.com/kyokomi/emoji v2.2.4+incompatible
1414
github.com/logrusorgru/aurora v2.0.3+incompatible
15-
github.com/lxc/lxd v0.0.0-20230621171605-0c2f4271a632
1615
github.com/magiconair/properties v1.8.7 // indirect
1716
github.com/olekukonko/tablewriter v0.0.5
1817
github.com/onsi/ginkgo/v2 v2.15.0
@@ -29,13 +28,14 @@ require (
2928
helm.sh/helm/v3 v3.14.2
3029
)
3130

31+
require github.com/canonical/lxd v0.0.0-20231212113931-6b2c9592e968
32+
3233
require (
3334
github.com/BurntSushi/toml v1.3.2 // indirect
3435
github.com/Masterminds/goutils v1.1.1 // indirect
3536
github.com/Masterminds/semver v1.5.0 // indirect
3637
github.com/Masterminds/semver/v3 v3.2.1 // indirect
3738
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
38-
github.com/canonical/lxd v0.0.0-20231212113931-6b2c9592e968 // indirect
3939
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
4040
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4141
github.com/dsnet/compress v0.0.1 // indirect
@@ -86,7 +86,6 @@ require (
8686
github.com/modern-go/reflect2 v1.0.2 // indirect
8787
github.com/muhlemmer/gu v0.3.1 // indirect
8888
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
89-
github.com/pborman/uuid v1.2.1 // indirect
9089
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
9190
github.com/pkg/sftp v1.13.6 // indirect
9291
github.com/pkg/xattr v0.4.9 // indirect
@@ -116,7 +115,7 @@ require (
116115
golang.org/x/time v0.5.0 // indirect
117116
golang.org/x/tools v0.16.1 // indirect
118117
google.golang.org/appengine v1.6.8 // indirect
119-
google.golang.org/protobuf v1.31.0 // indirect
118+
google.golang.org/protobuf v1.33.0 // indirect
120119
gopkg.in/errgo.v1 v1.0.1 // indirect
121120
gopkg.in/httprequest.v1 v1.2.1 // indirect
122121
gopkg.in/inf.v0 v0.9.1 // indirect

‎go.sum

+26-370
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.