Skip to content

Commit b0111cd

Browse files
committedNov 27, 2024··
Go mod tidy
1 parent cf8777e commit b0111cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ require (
4747
golang.org/x/net v0.31.0
4848
golang.org/x/oauth2 v0.24.0
4949
google.golang.org/protobuf v1.35.2
50+
gopkg.in/ini.v1 v1.67.0
5051
gopkg.in/yaml.v3 v3.0.1
5152
)
5253

@@ -182,7 +183,6 @@ require (
182183
google.golang.org/grpc v1.67.1 // indirect
183184
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
184185
gopkg.in/inf.v0 v0.9.1 // indirect
185-
gopkg.in/ini.v1 v1.67.0 // indirect
186186
gopkg.in/yaml.v2 v2.4.0 // indirect
187187
k8s.io/api v0.31.3 // indirect
188188
k8s.io/apimachinery v0.31.3 // indirect

0 commit comments

Comments
 (0)
Please sign in to comment.