@@ -41,7 +41,6 @@ require (
41
41
github.com/charmbracelet/charm v0.11.0
42
42
github.com/charmbracelet/lipgloss v0.5.0
43
43
github.com/cli/safeexec v1.0.0
44
- github.com/cloudflare/cloudflared v0.0.0-20220308214351-5352b3cf0489
45
44
github.com/coder/retry v1.3.0
46
45
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
47
46
github.com/creack/pty v1.1.18
@@ -97,6 +96,14 @@ require github.com/go-chi/httprate v0.5.3
97
96
98
97
require github.com/jedib0t/go-pretty/v6 v6.3.0
99
98
99
+ require (
100
+ github.com/OneOfOne/xxhash v1.2.8 // indirect
101
+ github.com/ghodss/yaml v1.0.0 // indirect
102
+ github.com/open-policy-agent/opa v0.39.0 // indirect
103
+ github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
104
+ github.com/yashtewari/glob-intersection v0.1.0 // indirect
105
+ )
106
+
100
107
require (
101
108
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
102
109
github.com/BurntSushi/toml v1.0.0 // indirect
@@ -152,7 +159,7 @@ require (
152
159
github.com/gobwas/ws v1.1.0 // indirect
153
160
github.com/gogo/protobuf v1.3.2 // indirect
154
161
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
155
- github.com/golang/glog v0 .0.0-20160126235308-23def4e6c14b // indirect
162
+ github.com/golang/glog v1 .0.0 // indirect
156
163
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
157
164
github.com/golang/protobuf v1.5.2 // indirect
158
165
github.com/google/go-cmp v0.5.7 // indirect
0 commit comments