forked from open-policy-agent/opa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (35 loc) · 1.8 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
31
32
33
34
35
36
37
module github.com/open-policy-agent/opa
go 1.12
require (
github.com/OneOfOne/xxhash v1.2.7
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/ghodss/yaml v0.0.0-20180820084758-c7ce16629ff4
github.com/gobwas/glob v0.2.3
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/protobuf v0.0.0-20181025225059-d3de96c4c28e // indirect
github.com/gorilla/mux v0.0.0-20181024020800-521ea7b17d02
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-runewidth v0.0.0-20181025052659-b20a3daf6a39 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/peterh/liner v0.0.0-20170211195444-bf27d3ba8e1d
github.com/pkg/errors v0.0.0-20181023235946-059132a15dd0
github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/sirupsen/logrus v1.4.1
github.com/spf13/cobra v0.0.0-20181021141114-fe5e611709b0
github.com/spf13/pflag v0.0.0-20181024212040-082b515c9490
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b
golang.org/x/lint v0.0.0-20181023182221-1baf3a9d7d67
golang.org/x/net v0.0.0-20200927032502-5d4f70055728
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/yaml.v2 v2.2.1 // indirect
)