Merge pull request #117958 from humblec/gcfg.v1

deps: go-gcfg update to the v1.2.3
This commit is contained in:
Kubernetes Prow Robot
2023-05-14 12:51:37 -07:00
committed by GitHub
11 changed files with 71 additions and 56 deletions

2
go.mod
View File

@@ -88,7 +88,7 @@ require (
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.30.0
gopkg.in/gcfg.v1 v1.2.0
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1