forked from open-policy-agent/opa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.1 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/open-policy-agent/opa
go 1.12
require (
github.com/OneOfOne/xxhash v1.2.8
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.0
github.com/gobwas/glob v0.2.3
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/mux v1.7.3
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/peterh/liner v0.0.0-20170211195444-bf27d3ba8e1d
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.14.0 // indirect
github.com/prometheus/procfs v0.2.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.1
github.com/wasmerio/go-ext-wasm v0.3.1
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
golang.org/x/net v0.0.0-20200927032502-5d4f70055728
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20201009032223-96877f285f7e
)