Skip to content

Commit 876aea7

Browse files
authored
Merge pull request #102 from gonzolino/update
fix: Update dependencies to fix CVE-2022-27664
2 parents 3471e0b + d5f65f5 commit 876aea7

File tree

2 files changed

+21
-353
lines changed

2 files changed

+21
-353
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.18
55
require (
66
github.com/golang/mock v1.6.0
77
github.com/stretchr/testify v1.8.1
8-
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
8+
golang.org/x/oauth2 v0.5.0
99
)
1010

1111
require (
1212
github.com/davecgh/go-spew v1.1.1 // indirect
13-
github.com/golang/protobuf v1.4.2 // indirect
13+
github.com/golang/protobuf v1.5.2 // indirect
1414
github.com/pmezard/go-difflib v1.0.0 // indirect
15-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
16-
google.golang.org/appengine v1.6.6 // indirect
17-
google.golang.org/protobuf v1.25.0 // indirect
15+
golang.org/x/net v0.7.0 // indirect
16+
google.golang.org/appengine v1.6.7 // indirect
17+
google.golang.org/protobuf v1.28.1 // indirect
1818
gopkg.in/yaml.v3 v3.0.1 // indirect
1919
)

0 commit comments

Comments
 (0)