forked from vulcand/oxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 879 Bytes
/
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
module github.com/vulcand/oxy
go 1.17
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2
github.com/gorilla/websocket v1.5.0
github.com/mailgun/multibuf v0.1.2
github.com/segmentio/fasthash v1.0.3
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
github.com/vulcand/predicate v1.2.0
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gravitational/trace v1.1.16-0.20220114165159-14a9a7dd6aaf // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)