File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/google/go-containerregistry v0.12.1
8
8
github.com/spf13/cobra v1.6.1
9
9
golang.org/x/sync v0.1.0
10
- golang.org/x/term v0.2 .0
10
+ golang.org/x/term v0.3 .0
11
11
)
12
12
13
13
require (
@@ -33,7 +33,7 @@ require (
33
33
golang.org/x/mod v0.6.0 // indirect
34
34
golang.org/x/net v0.1.0 // indirect
35
35
golang.org/x/oauth2 v0.1.0 // indirect
36
- golang.org/x/sys v0.2 .0 // indirect
36
+ golang.org/x/sys v0.3 .0 // indirect
37
37
golang.org/x/tools v0.1.12 // indirect
38
38
google.golang.org/appengine v1.6.7 // indirect
39
39
google.golang.org/protobuf v1.28.1 // indirect
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w
97
97
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
98
98
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
99
99
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
100
- golang.org/x/sys v0.2 .0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A =
101
- golang.org/x/sys v0.2 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
102
- golang.org/x/term v0.2 .0 h1:z85xZCsEl7bi/KwbNADeBYoOP0++7W1ipu+aGnpwzRM =
103
- golang.org/x/term v0.2 .0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
100
+ golang.org/x/sys v0.3 .0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ =
101
+ golang.org/x/sys v0.3 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
102
+ golang.org/x/term v0.3 .0 h1:qoo4akIqOcDME5bhc/NgxUdovd6BSS2uMsVjB56q1xI =
103
+ golang.org/x/term v0.3 .0 /go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA =
104
104
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
105
105
golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
106
106
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
You can’t perform that action at this time.
0 commit comments