We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4180821 commit df67795Copy full SHA for df67795
covet/go.mod
@@ -17,7 +17,7 @@ require (
17
18
require (
19
github.com/davecgh/go-spew v1.1.1 // indirect
20
- github.com/golang/protobuf v1.4.2 // indirect
+ github.com/golang/protobuf v1.5.0 // indirect
21
github.com/google/go-querystring v1.1.0 // indirect
22
github.com/mattn/go-colorable v0.1.9 // indirect
23
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -29,6 +29,6 @@ require (
29
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
30
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
31
google.golang.org/appengine v1.6.7 // indirect
32
- google.golang.org/protobuf v1.25.0 // indirect
+ google.golang.org/protobuf v1.33.0 // indirect
33
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
34
)
0 commit comments