@@ -71,7 +71,7 @@ require (
71
71
github.com/bgentry/speakeasy v0.1.0
72
72
github.com/bramvdbogaerde/go-scp v1.2.0
73
73
github.com/briandowns/spinner v1.18.1
74
- github.com/charmbracelet/charm v0.12.1
74
+ github.com/charmbracelet/charm v0.8.6
75
75
github.com/charmbracelet/lipgloss v0.6.0
76
76
github.com/cli/safeexec v1.0.0
77
77
github.com/coder/retry v1.3.0
@@ -117,7 +117,7 @@ require (
117
117
github.com/mitchellh/mapstructure v1.5.0
118
118
github.com/moby/moby v20.10.18+incompatible
119
119
github.com/nhatthm/otelsql v0.4.0
120
- github.com/open-policy-agent/opa v0.41 .0
120
+ github.com/open-policy-agent/opa v0.44 .0
121
121
github.com/ory/dockertest/v3 v3.9.1
122
122
github.com/pion/datachannel v1.5.2
123
123
github.com/pion/logging v0.2.2
@@ -147,7 +147,7 @@ require (
147
147
go.opentelemetry.io/otel/trace v1.10.0
148
148
go.uber.org/atomic v1.10.0
149
149
go.uber.org/goleak v1.2.0
150
- golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
150
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
151
151
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
152
152
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
153
153
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
@@ -171,14 +171,16 @@ require (
171
171
tailscale.com v1.30.0
172
172
)
173
173
174
+ require github.com/tchap/go-patricia/v2 v2.3.1 // indirect
175
+
174
176
require (
175
177
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
176
178
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
177
179
github.com/Microsoft/go-winio v0.5.2 // indirect
178
180
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
179
181
github.com/OneOfOne/xxhash v1.2.8 // indirect
180
182
github.com/agext/levenshtein v1.2.3 // indirect
181
- github.com/agnivade/levenshtein v1.0 .1 // indirect
183
+ github.com/agnivade/levenshtein v1.1 .1 // indirect
182
184
github.com/akutz/memconn v0.1.0 // indirect
183
185
github.com/alecthomas/chroma v0.10.0 // indirect
184
186
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
@@ -197,8 +199,8 @@ require (
197
199
github.com/coreos/go-iptables v0.6.0 // indirect
198
200
github.com/davecgh/go-spew v1.1.1 // indirect
199
201
github.com/dlclark/regexp2 v1.4.0 // indirect
200
- github.com/docker/cli v20.10.16 +incompatible // indirect
201
- github.com/docker/docker v20.10.16 +incompatible // indirect
202
+ github.com/docker/cli v20.10.17 +incompatible // indirect
203
+ github.com/docker/docker v20.10.17 +incompatible // indirect
202
204
github.com/docker/go-connections v0.4.0 // indirect
203
205
github.com/docker/go-units v0.4.0 // indirect
204
206
github.com/elastic/go-windows v1.0.0 // indirect
@@ -276,7 +278,7 @@ require (
276
278
github.com/prometheus/procfs v0.8.0 // indirect
277
279
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
278
280
github.com/rivo/uniseg v0.2.0 // indirect
279
- github.com/sirupsen/logrus v1.8.1 // indirect
281
+ github.com/sirupsen/logrus v1.9.0 // indirect
280
282
github.com/spf13/cast v1.5.0 // indirect
281
283
github.com/spf13/jwalterweatherman v1.1.0 // indirect
282
284
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
@@ -287,7 +289,6 @@ require (
287
289
github.com/tcnksm/go-httpstat v0.2.0 // indirect
288
290
github.com/tdewolff/parse/v2 v2.6.0 // indirect
289
291
github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect
290
- github.com/vektah/gqlparser/v2 v2.4.4 // indirect
291
292
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54 // indirect
292
293
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
293
294
github.com/x448/float16 v0.8.4 // indirect
@@ -310,7 +311,7 @@ require (
310
311
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
311
312
google.golang.org/appengine v1.6.7 // indirect
312
313
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
313
- google.golang.org/grpc v1.48 .0 // indirect
314
+ google.golang.org/grpc v1.49 .0 // indirect
314
315
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
315
316
gopkg.in/yaml.v2 v2.4.0 // indirect
316
317
howett.net/plist v1.0.0 // indirect
0 commit comments