File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/spf13/viper v1.21.0
1515 github.com/stretchr/testify v1.11.1
1616 github.com/zalando/go-keyring v0.2.6
17- golang.org/x/term v0.36 .0
17+ golang.org/x/term v0.37 .0
1818 gopkg.in/yaml.v2 v2.4.0
1919 gopkg.in/yaml.v3 v3.0.1
2020)
@@ -82,12 +82,12 @@ require (
8282 github.com/mailru/easyjson v0.9.0 // indirect
8383 github.com/oklog/ulid v1.3.1 // indirect
8484 github.com/opentracing/opentracing-go v1.2.0 // indirect
85- github.com/spf13/pflag v1.0.10 // indirect
85+ github.com/spf13/pflag v1.0.10
8686 go.mongodb.org/mongo-driver v1.17.6 // indirect
8787 go.opentelemetry.io/otel v1.35.0 // indirect
8888 go.opentelemetry.io/otel/metric v1.35.0 // indirect
8989 go.opentelemetry.io/otel/trace v1.35.0 // indirect
90- golang.org/x/sys v0.37 .0 // indirect
90+ golang.org/x/sys v0.38 .0 // indirect
9191 golang.org/x/text v0.30.0
9292)
9393
Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
194194golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
195195golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
196196golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
197- golang.org/x/sys v0.37 .0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ =
198- golang.org/x/sys v0.37 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
199- golang.org/x/term v0.36 .0 h1:zMPR+aF8gfksFprF/Nc/rd1wRS1EI6nDBGyWAvDzx2Q =
200- golang.org/x/term v0.36 .0 /go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss =
197+ golang.org/x/sys v0.38 .0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
198+ golang.org/x/sys v0.38 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
199+ golang.org/x/term v0.37 .0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU =
200+ golang.org/x/term v0.37 .0 /go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254 =
201201golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k =
202202golang.org/x/text v0.30.0 /go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM =
203203gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments