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 11module github.com/microcks/microcks-cli
22
3- go 1.24.10
3+ go 1.25.0
44
55require (
66 github.com/coreos/go-oidc/v3 v3.15.0
@@ -12,7 +12,7 @@ require (
1212 github.com/spf13/cobra v1.10.2
1313 github.com/stretchr/testify v1.11.1
1414 golang.org/x/oauth2 v0.34.0
15- golang.org/x/term v0.37 .0
15+ golang.org/x/term v0.41 .0
1616 gopkg.in/yaml.v2 v2.4.0
1717)
1818
@@ -45,7 +45,7 @@ require (
4545 go.opentelemetry.io/otel/metric v1.35.0 // indirect
4646 go.opentelemetry.io/otel/trace v1.35.0 // indirect
4747 golang.org/x/crypto v0.45.0 // indirect
48- golang.org/x/sys v0.38 .0 // indirect
48+ golang.org/x/sys v0.42 .0 // indirect
4949 golang.org/x/time v0.11.0 // indirect
5050 gopkg.in/yaml.v3 v3.0.1 // indirect
5151 gotest.tools/v3 v3.5.2 // indirect
Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw=
110110golang.org/x/oauth2 v0.34.0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
111111golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
112112golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
113- golang.org/x/sys v0.38 .0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
114- golang.org/x/sys v0.38 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
115- golang.org/x/term v0.37 .0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU =
116- golang.org/x/term v0.37 .0 /go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254 =
113+ golang.org/x/sys v0.42 .0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
114+ golang.org/x/sys v0.42 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
115+ golang.org/x/term v0.41 .0 h1:QCgPso/Q3RTJx2Th4bDLqML4W6iJiaXFq2/ftQF13YU =
116+ golang.org/x/term v0.41 .0 /go.mod h1:3pfBgksrReYfZ5lvYM0kSO0LIkAl4Yl2bXOkKP7Ec2A =
117117golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM =
118118golang.org/x/text v0.31.0 /go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM =
119119golang.org/x/time v0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0 =
You can’t perform that action at this time.
0 commit comments