@@ -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/udp v0.1.1
123
123
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
@@ -142,7 +142,7 @@ require (
142
142
go.opentelemetry.io/otel/trace v1.10.0
143
143
go.uber.org/atomic v1.10.0
144
144
go.uber.org/goleak v1.2.0
145
- golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
145
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
146
146
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
147
147
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
148
148
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
@@ -165,19 +165,14 @@ require (
165
165
tailscale.com v1.30.0
166
166
)
167
167
168
- require (
169
- github.com/pion/transport v0.13.1 // indirect
170
- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
171
- )
172
-
173
168
require (
174
169
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
175
170
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
176
171
github.com/Microsoft/go-winio v0.5.2 // indirect
177
172
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
178
173
github.com/OneOfOne/xxhash v1.2.8 // indirect
179
174
github.com/agext/levenshtein v1.2.3 // indirect
180
- github.com/agnivade/levenshtein v1.0 .1 // indirect
175
+ github.com/agnivade/levenshtein v1.1 .1 // indirect
181
176
github.com/akutz/memconn v0.1.0 // indirect
182
177
github.com/alecthomas/chroma v0.10.0 // indirect
183
178
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
@@ -196,8 +191,8 @@ require (
196
191
github.com/coreos/go-iptables v0.6.0 // indirect
197
192
github.com/davecgh/go-spew v1.1.1 // indirect
198
193
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
194
+ github.com/docker/cli v20.10.17 +incompatible // indirect
195
+ github.com/docker/docker v20.10.17 +incompatible // indirect
201
196
github.com/docker/go-connections v0.4.0 // indirect
202
197
github.com/docker/go-units v0.4.0 // indirect
203
198
github.com/elastic/go-windows v1.0.0 // indirect
@@ -257,25 +252,26 @@ require (
257
252
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
258
253
github.com/opencontainers/runc v1.1.2 // indirect
259
254
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
255
+ github.com/pion/transport v0.13.1 // indirect
260
256
github.com/pkg/errors v0.9.1 // indirect
261
257
github.com/pmezard/go-difflib v1.0.0 // indirect
262
258
github.com/prometheus/client_model v0.2.0 // indirect
263
259
github.com/prometheus/common v0.37.0 // indirect
264
260
github.com/prometheus/procfs v0.8.0 // indirect
265
261
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
266
262
github.com/rivo/uniseg v0.2.0 // indirect
267
- github.com/sirupsen/logrus v1.8.1 // indirect
263
+ github.com/sirupsen/logrus v1.9.0 // indirect
268
264
github.com/spf13/cast v1.5.0 // indirect
269
265
github.com/spf13/jwalterweatherman v1.1.0 // indirect
270
266
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
271
267
github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect
272
268
github.com/tailscale/golang-x-crypto v0.0.0-20220428210705-0b941c09a5e1 // indirect
273
269
github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect
274
270
github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85 // indirect
271
+ github.com/tchap/go-patricia/v2 v2.3.1 // indirect
275
272
github.com/tcnksm/go-httpstat v0.2.0 // indirect
276
273
github.com/tdewolff/parse/v2 v2.6.0 // indirect
277
274
github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect
278
- github.com/vektah/gqlparser/v2 v2.4.4 // indirect
279
275
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54 // indirect
280
276
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
281
277
github.com/x448/float16 v0.8.4 // indirect
@@ -293,12 +289,13 @@ require (
293
289
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
294
290
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
295
291
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
292
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
296
293
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
297
294
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
298
295
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
299
296
google.golang.org/appengine v1.6.7 // indirect
300
297
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
301
- google.golang.org/grpc v1.48 .0 // indirect
298
+ google.golang.org/grpc v1.49 .0 // indirect
302
299
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
303
300
gopkg.in/yaml.v2 v2.4.0 // indirect
304
301
howett.net/plist v1.0.0 // indirect
0 commit comments