@@ -33,12 +33,12 @@ require (
3333github.com/prometheus/client_model  v0.4.0 
3434github.com/spf13/cobra  v1.8.0 
3535github.com/spf13/pflag  v1.0.5 
36- github.com/spf13/viper  v1.16.0  
36+ github.com/spf13/viper  v1.18.2  
3737github.com/stretchr/testify  v1.8.4 
3838go.uber.org/zap  v1.26.0 
3939golang.org/x/exp  v0.0.0-20230905200255-921286631fa9 
4040golang.org/x/sys  v0.15.0 
41- google.golang.org/genproto/googleapis/rpc  v0.0.0-20230911183012-2d3300fd4832   //  indirect
41+ google.golang.org/genproto/googleapis/rpc  v0.0.0-20231120223509-83a465c0220f   //  indirect
4242google.golang.org/grpc  v1.59.0 
4343google.golang.org/protobuf  v1.31.0 
4444gopkg.in/natefinch/lumberjack.v2  v2.2.1 
@@ -61,7 +61,7 @@ require (
6161github.com/cespare/xxhash/v2  v2.2.0  //  indirect
6262github.com/containerd/cgroups  v1.1.0  //  indirect
6363github.com/coreos/go-iptables  v0.7.0 
64- github.com/davecgh/go-spew  v1.1.1   //  indirect
64+ github.com/davecgh/go-spew  v1.1.2-0.20180830191138-d8f796af33cc   //  indirect
6565github.com/docker/docker  v24.0.7+incompatible  //  indirect
6666github.com/docker/go-connections  v0.4.0  //  indirect
6767github.com/evanphx/json-patch  v5.6.0+incompatible  //  indirect
@@ -96,13 +96,12 @@ require (
9696github.com/munnerz/goautoneg  v0.0.0-20191010083416-a7dc8b61c822  //  indirect
9797github.com/pelletier/go-toml/v2  v2.1.0  //  indirect
9898github.com/pkg/browser  v0.0.0-20210911075715-681adbf594b8  //  indirect
99- github.com/pmezard/go-difflib  v1.0.0   //  indirect
99+ github.com/pmezard/go-difflib  v1.0.1-0.20181226105442-5d4384ee4fb2   //  indirect
100100github.com/prometheus/common  v0.44.0  //  indirect
101101github.com/prometheus/procfs  v0.11.1  //  indirect
102102github.com/sirupsen/logrus  v1.9.3 
103- github.com/spf13/afero  v1.9.5  //  indirect
104- github.com/spf13/cast  v1.5.1  //  indirect
105- github.com/spf13/jwalterweatherman  v1.1.0  //  indirect
103+ github.com/spf13/afero  v1.11.0  //  indirect
104+ github.com/spf13/cast  v1.6.0  //  indirect
106105github.com/subosito/gotenv  v1.6.0  //  indirect
107106github.com/valyala/bytebufferpool  v1.0.0  //  indirect
108107github.com/valyala/fasttemplate  v1.2.2  //  indirect
@@ -112,7 +111,7 @@ require (
112111go.uber.org/multierr  v1.11.0  //  indirect
113112golang.org/x/crypto  v0.17.0 
114113golang.org/x/net  v0.19.0  //  indirect
115- golang.org/x/oauth2  v0.12 .0  //  indirect
114+ golang.org/x/oauth2  v0.15 .0  //  indirect
116115golang.org/x/term  v0.15.0  //  indirect
117116golang.org/x/text  v0.14.0  //  indirect
118117golang.org/x/time  v0.5.0  //  indirect
@@ -144,6 +143,9 @@ require (
144143github.com/gorilla/websocket  v1.5.0  //  indirect
145144github.com/mxk/go-flowrate  v0.0.0-20140419014527-cca7078d478f  //  indirect
146145github.com/rootless-containers/rootlesskit  v1.1.1  //  indirect
146+ github.com/sagikazarmark/locafero  v0.4.0  //  indirect
147+ github.com/sagikazarmark/slog-shim  v0.1.0  //  indirect
148+ github.com/sourcegraph/conc  v0.3.0  //  indirect
147149)
148150
149151replace  (
0 commit comments