forked from vulcand/oxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 758 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/v2
go 1.19
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/stretchr/testify v1.8.4
github.com/vulcand/predicate v1.2.0
golang.org/x/net v0.15.0
)
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
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)