Files
releases/go.mod
T
Olivier Lemasle a9c115c51d Upgrade github.com/bytecodealliance/wasmtime-go (#3483)
Signed-off-by: Olivier Lemasle <o.lemasle@gmail.com>
2021-05-22 11:23:17 +02:00

35 lines
1.3 KiB
Modula-2

module github.com/open-policy-agent/opa
go 1.15
require (
github.com/OneOfOne/xxhash v1.2.8
github.com/bytecodealliance/wasmtime-go v0.27.0
github.com/fortytw2/leaktest v1.3.0
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/golangci/golangci-lint v1.40.1
github.com/gorilla/mux v1.8.0
github.com/olekukonko/tablewriter v0.0.5
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.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b
go.uber.org/automaxprocs v1.4.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
golang.org/x/tools v0.1.2-0.20210512205948-8287d5da45e4
gopkg.in/yaml.v2 v2.4.0
)