-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (30 loc) · 1.11 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 github.com/stockwayup/http
go 1.21.5
require (
github.com/AdhityaRamadhanus/fasthttpcors v0.0.0-20170121111917-d4c07198763a
github.com/fasthttp/router v1.5.2
github.com/jinzhu/configor v1.2.2
github.com/rabbitmq/amqp091-go v1.10.0
github.com/rs/zerolog v1.33.0
github.com/satori/go.uuid v1.2.0
github.com/soulgarden/go-amqp-reconnect/rabbitmq v0.0.2
github.com/soulgarden/rmq-pubsub v0.0.7
github.com/spf13/cobra v1.8.1
github.com/valyala/fasthttp v1.55.0
go.uber.org/automaxprocs v1.5.3
golang.org/x/sync v0.8.0
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)