@@ -70,7 +70,7 @@ require (
70
70
github.com/bgentry/speakeasy v0.1.0
71
71
github.com/bramvdbogaerde/go-scp v1.2.0
72
72
github.com/briandowns/spinner v1.18.1
73
- github.com/charmbracelet/charm v0.12.1
73
+ github.com/charmbracelet/charm v0.8.6
74
74
github.com/charmbracelet/lipgloss v0.6.0
75
75
github.com/cli/safeexec v1.0.0
76
76
github.com/coder/retry v1.3.0
@@ -114,9 +114,9 @@ require (
114
114
github.com/mattn/go-isatty v0.0.14
115
115
github.com/mitchellh/go-wordwrap v1.0.1
116
116
github.com/mitchellh/mapstructure v1.5.0
117
- github.com/moby/moby v20.10.17 +incompatible
117
+ github.com/moby/moby v20.10.18 +incompatible
118
118
github.com/nhatthm/otelsql v0.4.0
119
- github.com/open-policy-agent/opa v0.41 .0
119
+ github.com/open-policy-agent/opa v0.44 .0
120
120
github.com/ory/dockertest/v3 v3.9.1
121
121
github.com/pion/datachannel v1.5.2
122
122
github.com/pion/logging v0.2.2
@@ -127,7 +127,7 @@ require (
127
127
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
128
128
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
129
129
github.com/pkg/sftp v1.13.5
130
- github.com/prometheus/client_golang v1.12.2
130
+ github.com/prometheus/client_golang v1.13.0
131
131
github.com/quasilyte/go-ruleguard/dsl v0.3.21
132
132
github.com/robfig/cron/v3 v3.0.1
133
133
github.com/spf13/afero v1.9.2
@@ -139,13 +139,13 @@ require (
139
139
github.com/unrolled/secure v1.13.0
140
140
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
141
141
go.opentelemetry.io/otel v1.9.0
142
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.8 .0
143
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7 .0
144
- go.opentelemetry.io/otel/sdk v1.8 .0
142
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.9 .0
143
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.9 .0
144
+ go.opentelemetry.io/otel/sdk v1.9 .0
145
145
go.opentelemetry.io/otel/trace v1.9.0
146
146
go.uber.org/atomic v1.9.0
147
147
go.uber.org/goleak v1.2.0
148
- golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
148
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
149
149
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
150
150
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
151
151
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
@@ -160,7 +160,7 @@ require (
160
160
golang.zx2c4.com/wireguard/tun/netstack v0.0.0-00010101000000-000000000000
161
161
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
162
162
google.golang.org/api v0.95.0
163
- google.golang.org/protobuf v1.28.0
163
+ google.golang.org/protobuf v1.28.1
164
164
gopkg.in/natefinch/lumberjack.v2 v2.0.0
165
165
gopkg.in/yaml.v3 v3.0.1
166
166
gvisor.dev/gvisor v0.0.0-20220801230058-850e42eb4444
@@ -170,14 +170,16 @@ require (
170
170
tailscale.com v1.30.0
171
171
)
172
172
173
+ require github.com/tchap/go-patricia/v2 v2.3.1 // indirect
174
+
173
175
require (
174
176
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
175
177
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
176
178
github.com/Microsoft/go-winio v0.5.2 // indirect
177
179
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
178
180
github.com/OneOfOne/xxhash v1.2.8 // indirect
179
181
github.com/agext/levenshtein v1.2.3 // indirect
180
- github.com/agnivade/levenshtein v1.0 .1 // indirect
182
+ github.com/agnivade/levenshtein v1.1 .1 // indirect
181
183
github.com/akutz/memconn v0.1.0 // indirect
182
184
github.com/alecthomas/chroma v0.10.0 // indirect
183
185
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
@@ -196,8 +198,8 @@ require (
196
198
github.com/coreos/go-iptables v0.6.0 // indirect
197
199
github.com/davecgh/go-spew v1.1.1 // indirect
198
200
github.com/dlclark/regexp2 v1.4.0 // indirect
199
- github.com/docker/cli v20.10.16 +incompatible // indirect
200
- github.com/docker/docker v20.10.16 +incompatible // indirect
201
+ github.com/docker/cli v20.10.17 +incompatible // indirect
202
+ github.com/docker/docker v20.10.17 +incompatible // indirect
201
203
github.com/docker/go-connections v0.4.0 // indirect
202
204
github.com/docker/go-units v0.4.0 // indirect
203
205
github.com/elastic/go-windows v1.0.0 // indirect
@@ -271,11 +273,11 @@ require (
271
273
github.com/pkg/errors v0.9.1 // indirect
272
274
github.com/pmezard/go-difflib v1.0.0 // indirect
273
275
github.com/prometheus/client_model v0.2.0 // indirect
274
- github.com/prometheus/common v0.32.1 // indirect
275
- github.com/prometheus/procfs v0.7.3 // indirect
276
+ github.com/prometheus/common v0.37.0 // indirect
277
+ github.com/prometheus/procfs v0.8.0 // indirect
276
278
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
277
279
github.com/rivo/uniseg v0.2.0 // indirect
278
- github.com/sirupsen/logrus v1.8.1 // indirect
280
+ github.com/sirupsen/logrus v1.9.0 // indirect
279
281
github.com/spf13/cast v1.5.0 // indirect
280
282
github.com/spf13/jwalterweatherman v1.1.0 // indirect
281
283
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
@@ -286,7 +288,6 @@ require (
286
288
github.com/tcnksm/go-httpstat v0.2.0 // indirect
287
289
github.com/tdewolff/parse/v2 v2.6.0 // indirect
288
290
github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect
289
- github.com/vektah/gqlparser/v2 v2.4.4 // indirect
290
291
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54 // indirect
291
292
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
292
293
github.com/x448/float16 v0.8.4 // indirect
@@ -299,7 +300,7 @@ require (
299
300
github.com/zclconf/go-cty v1.10.0 // indirect
300
301
github.com/zeebo/errs v1.3.0 // indirect
301
302
go.opencensus.io v0.23.0 // indirect
302
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.8 .0 // indirect
303
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.9 .0 // indirect
303
304
go.opentelemetry.io/otel/metric v0.31.0 // indirect
304
305
go.opentelemetry.io/proto/otlp v0.18.0 // indirect
305
306
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
@@ -309,7 +310,7 @@ require (
309
310
golang.zx2c4.com/wireguard/windows v0.4.10 // indirect
310
311
google.golang.org/appengine v1.6.7 // indirect
311
312
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
312
- google.golang.org/grpc v1.47 .0 // indirect
313
+ google.golang.org/grpc v1.49 .0 // indirect
313
314
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
314
315
gopkg.in/yaml.v2 v2.4.0 // indirect
315
316
howett.net/plist v1.0.0 // indirect
0 commit comments