-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
28 lines (25 loc) · 875 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
26
27
28
module github.com/b2wdigital/restQL-golang/v6
go 1.18
require (
github.com/bluele/gcache v0.0.2
github.com/caarlos0/env/v6 v6.9.1
github.com/fasthttp/router v1.4.7
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.12
github.com/pkg/errors v0.9.1
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417
github.com/rs/zerolog v1.26.1
github.com/valyala/fasthttp v1.34.0
go.uber.org/automaxprocs v1.4.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/savsgio/gotils v0.0.0-20220323135742-7576ce6963fd // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)