Skip to content

Commit 690d41d

Browse files
committed
Update go mod with opa
1 parent 07951a7 commit 690d41d

File tree

2 files changed

+59
-2
lines changed

2 files changed

+59
-2
lines changed

go.mod

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ require (
4141
github.com/charmbracelet/charm v0.11.0
4242
github.com/charmbracelet/lipgloss v0.5.0
4343
github.com/cli/safeexec v1.0.0
44-
github.com/cloudflare/cloudflared v0.0.0-20220308214351-5352b3cf0489
4544
github.com/coder/retry v1.3.0
4645
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
4746
github.com/creack/pty v1.1.18
@@ -97,6 +96,14 @@ require github.com/go-chi/httprate v0.5.3
9796

9897
require github.com/jedib0t/go-pretty/v6 v6.3.0
9998

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+
100107
require (
101108
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
102109
github.com/BurntSushi/toml v1.0.0 // indirect
@@ -152,7 +159,7 @@ require (
152159
github.com/gobwas/ws v1.1.0 // indirect
153160
github.com/gogo/protobuf v1.3.2 // indirect
154161
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
156163
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
157164
github.com/golang/protobuf v1.5.2 // indirect
158165
github.com/google/go-cmp v0.5.7 // indirect

0 commit comments

Comments
 (0)