@@ -16,9 +16,9 @@ replace github.com/chzyer/readline => github.com/kylecarbs/readline v0.0.0-20220
16
16
17
17
require (
18
18
cdr.dev/slog v1.4.1
19
- github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
20
19
github.com/briandowns/spinner v1.18.1
21
20
github.com/coder/retry v1.3.0
21
+ github.com/creack/pty v1.1.17
22
22
github.com/fatih/color v1.13.0
23
23
github.com/go-chi/chi/v5 v5.0.7
24
24
github.com/go-chi/render v1.0.1
@@ -44,12 +44,13 @@ require (
44
44
github.com/quasilyte/go-ruleguard/dsl v0.3.17
45
45
github.com/spf13/cobra v1.3.0
46
46
github.com/stretchr/testify v1.7.0
47
- github.com/unrolled/secure v1.0.9
47
+ github.com/unrolled/secure v1.10.0
48
48
github.com/xlab/treeprint v1.1.0
49
49
go.uber.org/atomic v1.9.0
50
50
go.uber.org/goleak v1.1.12
51
51
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
52
52
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
53
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
53
54
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
54
55
google.golang.org/protobuf v1.27.1
55
56
nhooyr.io/websocket v1.8.7
@@ -67,7 +68,6 @@ require (
67
68
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
68
69
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
69
70
github.com/containerd/continuity v0.2.2 // indirect
70
- github.com/creack/pty v1.1.17 // indirect
71
71
github.com/davecgh/go-spew v1.1.1 // indirect
72
72
github.com/dhui/dktest v0.3.9 // indirect
73
73
github.com/dlclark/regexp2 v1.4.0 // indirect
@@ -124,7 +124,6 @@ require (
124
124
github.com/zeebo/errs v1.2.2 // indirect
125
125
go.opencensus.io v0.23.0 // indirect
126
126
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
127
- golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
128
127
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
129
128
golang.org/x/text v0.3.7 // indirect
130
129
google.golang.org/appengine v1.6.7 // indirect
0 commit comments