File tree 2 files changed +9
-352
lines changed
2 files changed +9
-352
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.2.0
7
7
github.com/google/go-github/v45 v45.2.0
8
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
8
+ golang.org/x/oauth2 v0.7.0
9
9
sigs.k8s.io/yaml v1.3.0
10
10
)
11
11
@@ -15,9 +15,9 @@ require (
15
15
github.com/kr/text v0.2.0 // indirect
16
16
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
17
17
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
18
- golang.org/x/net v0.7 .0 // indirect
18
+ golang.org/x/net v0.9 .0 // indirect
19
19
google.golang.org/appengine v1.6.7 // indirect
20
- google.golang.org/protobuf v1.27.1 // indirect
20
+ google.golang.org/protobuf v1.28.0 // indirect
21
21
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
22
22
gopkg.in/yaml.v2 v2.4.0 // indirect
23
23
)
You can’t perform that action at this time.
0 commit comments