File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/briandowns/spinner v1.23.2
77 github.com/canonical/go-flags v0.0.0-20230403090104-105d09a091b8
88 github.com/go-git/go-git/v5 v5.19.1
9- golang.org/x/term v0.44 .0
9+ golang.org/x/term v0.45 .0
1010 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
1111 gopkg.in/yaml.v3 v3.0.1
1212)
@@ -38,7 +38,7 @@ require (
3838 golang.org/x/mod v0.21.0 // indirect
3939 golang.org/x/net v0.53.0 // indirect
4040 golang.org/x/sync v0.10.0 // indirect
41- golang.org/x/sys v0.46 .0 // indirect
41+ golang.org/x/sys v0.47 .0 // indirect
4242 golang.org/x/tools v0.26.0 // indirect
4343 gopkg.in/warnings.v0 v0.1.2 // indirect
4444)
Original file line number Diff line number Diff line change @@ -267,6 +267,8 @@ golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
267267golang.org/x/sys v0.44.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
268268golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw =
269269golang.org/x/sys v0.46.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
270+ golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs =
271+ golang.org/x/sys v0.47.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
270272golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
271273golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
272274golang.org/x/term v0.2.0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
@@ -314,6 +316,8 @@ golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
314316golang.org/x/term v0.43.0 /go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk =
315317golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc =
316318golang.org/x/term v0.44.0 /go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y =
319+ golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0 =
320+ golang.org/x/term v0.45.0 /go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w =
317321golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
318322golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
319323golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
You can’t perform that action at this time.
0 commit comments