Skip to content

Commit c6be9d7

Browse files
Bump gopkg.in/yaml.v3 (#16)
Bumps the go_modules group with 1 update in the /kubernetes-deploy-github directory: gopkg.in/yaml.v3. Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-version: 3.0.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c9bfb5 commit c6be9d7

File tree

2 files changed

+23
-37
lines changed

2 files changed

+23
-37
lines changed

kubernetes-deploy-github/go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ go 1.18
44

55
replace github.com/golang/mock => github.com/golang/mock v1.4.4
66

7+
require (
8+
github.com/google/go-github/v45 v45.0.0
9+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
10+
k8s.io/api v0.24.1
11+
k8s.io/apimachinery v0.24.1
12+
k8s.io/client-go v0.24.1
13+
)
14+
715
require (
816
github.com/PuerkitoBio/purell v1.1.1 // indirect
917
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
@@ -14,11 +22,8 @@ require (
1422
github.com/go-openapi/jsonreference v0.19.5 // indirect
1523
github.com/go-openapi/swag v0.19.14 // indirect
1624
github.com/gogo/protobuf v1.3.2 // indirect
17-
github.com/golang/mock v1.5.0 // indirect
1825
github.com/golang/protobuf v1.5.2 // indirect
1926
github.com/google/gnostic v0.5.7-v3refs // indirect
20-
github.com/google/go-cmp v0.5.8 // indirect
21-
github.com/google/go-github/v45 v45.0.0 // indirect
2227
github.com/google/go-querystring v1.1.0 // indirect
2328
github.com/google/gofuzz v1.1.0 // indirect
2429
github.com/imdario/mergo v0.3.5 // indirect
@@ -31,7 +36,6 @@ require (
3136
github.com/spf13/pflag v1.0.5 // indirect
3237
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
3338
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
34-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
3539
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
3640
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
3741
golang.org/x/text v0.3.7 // indirect
@@ -40,10 +44,7 @@ require (
4044
google.golang.org/protobuf v1.27.1 // indirect
4145
gopkg.in/inf.v0 v0.9.1 // indirect
4246
gopkg.in/yaml.v2 v2.4.0 // indirect
43-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
44-
k8s.io/api v0.24.1 // indirect
45-
k8s.io/apimachinery v0.24.1 // indirect
46-
k8s.io/client-go v0.24.1 // indirect
47+
gopkg.in/yaml.v3 v3.0.1 // indirect
4748
k8s.io/klog/v2 v2.60.1 // indirect
4849
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
4950
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect

0 commit comments

Comments
 (0)