-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (30 loc) · 1.25 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
module rickonono3/consulize
go 1.17
require (
github.com/hashicorp/consul/api v1.14.0
github.com/hashicorp/go-hclog v1.3.0
github.com/valyala/fasthttp v1.39.0
github.com/yeqown/fasthttp-reverse-proxy/v2 v2.2.2
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/armon/go-metrics v0.4.0 // indirect
github.com/fasthttp/websocket v1.4.3 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/hashicorp/consul/sdk v0.11.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/serf v0.10.0 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/savsgio/gotils v0.0.0-20200608150037-a5f6f5aef16c // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/yeqown/log v1.1.1 // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
)