Files
releases/go.mod
T
Patrick East 3b63e48d62 go mod tidy && go mod vendor
Signed-off-by: Patrick East <east.patrick@gmail.com>
2020-11-06 15:12:38 -05:00

32 lines
1.1 KiB
Modula-2

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 // indirect
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
gopkg.in/fsnotify.v1 v1.4.7
)