Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ebd0cd

Browse files
authoredFeb 10, 2025··
fix(deps): update module github.com/thediveo/enumflag to v2
1 parent dbab8d1 commit 2ebd0cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ require (
1717
github.com/prometheus/client_model v0.6.1
1818
github.com/spf13/pflag v1.0.6
1919
github.com/thediveo/enumflag v0.10.1
20+
github.com/thediveo/enumflag/v2 v2.0.7
2021
go.uber.org/zap v1.27.0
2122
golang.org/x/net v0.34.0
2223
k8s.io/api v0.32.1

‎go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
202202
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
203203
github.com/thediveo/enumflag v0.10.1 h1:DB3Ag69VZ7BCv6jzKECrZ0ebZrHLzFRMIFYt96s4OxM=
204204
github.com/thediveo/enumflag v0.10.1/go.mod h1:KyVhQUPzreSw85oJi2uSjFM0ODLKXBH0rPod7zc2pmI=
205+
github.com/thediveo/enumflag/v2 v2.0.7/go.mod h1:bWlnNvTJuUK+huyzf3WECFLy557Ttlc+yk3o+BPs0EA=
205206
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
206207
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
207208
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

0 commit comments

Comments
 (0)