@@ -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,7 +126,11 @@ require (
126
126
storj.io/drpc v0.0.30
127
127
)
128
128
129
- require github.com/yuin/goldmark v1.4.12 // indirect
129
+ require (
130
+ github.com/agnivade/levenshtein v1.0.1 // indirect
131
+ github.com/vektah/gqlparser/v2 v2.4.4 // indirect
132
+ github.com/yuin/goldmark v1.4.12 // indirect
133
+ )
130
134
131
135
require (
132
136
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -205,7 +209,7 @@ require (
205
209
github.com/niklasfasching/go-org v1.6.2 // indirect
206
210
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
207
211
github.com/opencontainers/go-digest v1.0.0 // indirect
208
- github.com/opencontainers/image-spec v1.0.2 // indirect
212
+ github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
209
213
github.com/opencontainers/runc v1.1.2 // indirect
210
214
github.com/pelletier/go-toml/v2 v2.0.0-beta.7.0.20220408132554-2377ac4bc04c // indirect
211
215
github.com/pion/dtls/v2 v2.1.5 // indirect
@@ -254,7 +258,7 @@ require (
254
258
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
255
259
google.golang.org/appengine v1.6.7 // indirect
256
260
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
257
- google.golang.org/grpc v1.46.2 // indirect
261
+ google.golang.org/grpc v1.47.0 // indirect
258
262
gopkg.in/ini.v1 v1.62.0 // indirect
259
263
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
260
264
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments