Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit c1b0f01

Browse files
Update module github.com/pterm/pterm to v0.12.60
1 parent e7fb158 commit c1b0f01

File tree

2 files changed

+50
-32
lines changed

2 files changed

+50
-32
lines changed

go.mod

+13-12
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/opencontainers/image-spec v1.1.0-rc2
4444
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
4545
github.com/pkg/errors v0.9.1
46-
github.com/pterm/pterm v0.12.49
46+
github.com/pterm/pterm v0.12.60
4747
github.com/rancher/lasso v0.0.0-20220412224715-5f3517291ad4
4848
github.com/rancher/wrangler v1.0.2
4949
github.com/sigstore/cosign v1.13.1
@@ -76,7 +76,8 @@ require (
7676

7777
require (
7878
atomicgo.dev/cursor v0.1.1 // indirect
79-
atomicgo.dev/keyboard v0.2.8 // indirect
79+
atomicgo.dev/keyboard v0.2.9 // indirect
80+
atomicgo.dev/schedule v0.0.2 // indirect
8081
bitbucket.org/creachadair/shell v0.0.7 // indirect
8182
cloud.google.com/go/compute v1.18.0 // indirect
8283
cloud.google.com/go/compute/metadata v0.2.3 // indirect
@@ -169,7 +170,7 @@ require (
169170
github.com/google/go-querystring v1.1.0 // indirect
170171
github.com/google/gofuzz v1.2.0 // indirect
171172
github.com/google/trillian v1.5.0 // indirect
172-
github.com/gookit/color v1.5.2 // indirect
173+
github.com/gookit/color v1.5.3 // indirect
173174
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
174175
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
175176
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
@@ -193,14 +194,14 @@ require (
193194
github.com/klauspost/compress v1.15.11 // indirect
194195
github.com/leodido/go-urn v1.2.1 // indirect
195196
github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
196-
github.com/lithammer/fuzzysearch v1.1.5 // indirect
197+
github.com/lithammer/fuzzysearch v1.1.7 // indirect
197198
github.com/loft-sh/loft-util v0.0.9-alpha // indirect
198199
github.com/loft-sh/notify v0.0.0-20210827094439-0720dcc7feee // indirect
199200
github.com/magiconair/properties v1.8.6 // indirect
200201
github.com/mailru/easyjson v0.7.7 // indirect
201202
github.com/mattn/go-colorable v0.1.13 // indirect
202203
github.com/mattn/go-isatty v0.0.16 // indirect
203-
github.com/mattn/go-runewidth v0.0.13 // indirect
204+
github.com/mattn/go-runewidth v0.0.14 // indirect
204205
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
205206
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
206207
github.com/miekg/dns v1.1.50 // indirect
@@ -230,7 +231,7 @@ require (
230231
github.com/prometheus/procfs v0.8.0 // indirect
231232
github.com/protocolbuffers/txtpbfmt v0.0.0-20220428173112-74888fd59c2b // indirect
232233
github.com/rancher/lasso/controller-runtime v0.0.0-20220412224715-5f3517291ad4 // indirect
233-
github.com/rivo/uniseg v0.2.0 // indirect
234+
github.com/rivo/uniseg v0.4.4 // indirect
234235
github.com/russross/blackfriday/v2 v2.1.0 // indirect
235236
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
236237
github.com/sassoftware/relic v0.0.0-20210427151427-dfb082b79b74 // indirect
@@ -259,7 +260,7 @@ require (
259260
github.com/xanzy/go-gitlab v0.73.1 // indirect
260261
github.com/xanzy/ssh-agent v0.2.1 // indirect
261262
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
262-
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
263+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
263264
go.etcd.io/bbolt v1.3.6 // indirect
264265
go.etcd.io/etcd/api/v3 v3.6.0-alpha.0 // indirect
265266
go.etcd.io/etcd/client/pkg/v3 v3.6.0-alpha.0 // indirect
@@ -286,14 +287,14 @@ require (
286287
go.uber.org/atomic v1.10.0 // indirect
287288
go.uber.org/multierr v1.8.0 // indirect
288289
go.uber.org/zap v1.23.0 // indirect
289-
golang.org/x/mod v0.7.0 // indirect
290+
golang.org/x/mod v0.8.0 // indirect
290291
golang.org/x/net v0.7.0 // indirect
291292
golang.org/x/oauth2 v0.5.0 // indirect
292-
golang.org/x/sys v0.5.0 // indirect
293-
golang.org/x/term v0.5.0 // indirect
294-
golang.org/x/text v0.7.0 // indirect
293+
golang.org/x/sys v0.8.0 // indirect
294+
golang.org/x/term v0.8.0 // indirect
295+
golang.org/x/text v0.9.0 // indirect
295296
golang.org/x/time v0.2.0 // indirect
296-
golang.org/x/tools v0.3.0 // indirect
297+
golang.org/x/tools v0.6.0 // indirect
297298
google.golang.org/appengine v1.6.7 // indirect
298299
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc // indirect
299300
google.golang.org/protobuf v1.28.1 // indirect

0 commit comments

Comments
 (0)