@@ -47,7 +47,7 @@ require (
47
47
github.com/awalterschulze/gographviz v2.0.3+incompatible
48
48
github.com/bgentry/speakeasy v0.1.0
49
49
github.com/briandowns/spinner v1.18.1
50
- github.com/charmbracelet/charm v0.12.1
50
+ github.com/charmbracelet/charm v0.8.6
51
51
github.com/charmbracelet/lipgloss v0.5.0
52
52
github.com/cli/safeexec v1.0.0
53
53
github.com/coder/retry v1.3.0
@@ -84,7 +84,7 @@ require (
84
84
github.com/mattn/go-isatty v0.0.14
85
85
github.com/mitchellh/mapstructure v1.5.0
86
86
github.com/moby/moby v20.10.16+incompatible
87
- github.com/open-policy-agent/opa v0.40 .0
87
+ github.com/open-policy-agent/opa v0.41 .0
88
88
github.com/ory/dockertest/v3 v3.9.1
89
89
github.com/pion/datachannel v1.5.2
90
90
github.com/pion/logging v0.2.2
@@ -126,6 +126,11 @@ require (
126
126
storj.io/drpc v0.0.30
127
127
)
128
128
129
+ require (
130
+ github.com/agnivade/levenshtein v1.0.1 // indirect
131
+ github.com/vektah/gqlparser/v2 v2.4.4 // indirect
132
+ )
133
+
129
134
require (
130
135
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
131
136
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
@@ -203,7 +208,7 @@ require (
203
208
github.com/niklasfasching/go-org v1.6.2 // indirect
204
209
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
205
210
github.com/opencontainers/go-digest v1.0.0 // indirect
206
- github.com/opencontainers/image-spec v1.0.2 // indirect
211
+ github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
207
212
github.com/opencontainers/runc v1.1.2 // indirect
208
213
github.com/pelletier/go-toml/v2 v2.0.0-beta.7.0.20220408132554-2377ac4bc04c // indirect
209
214
github.com/pion/dtls/v2 v2.1.5 // indirect
@@ -252,7 +257,7 @@ require (
252
257
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
253
258
google.golang.org/appengine v1.6.7 // indirect
254
259
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
255
- google.golang.org/grpc v1.46.2 // indirect
260
+ google.golang.org/grpc v1.47.0 // indirect
256
261
gopkg.in/ini.v1 v1.62.0 // indirect
257
262
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
258
263
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments