-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 518 Bytes
/
go.mod
File metadata and controls
20 lines (16 loc) · 518 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/savsgio/atreugo/v11
go 1.21
toolchain go1.23.4
require (
github.com/atreugo/mock v0.0.0-20200601091009-13c275b330b0
github.com/fasthttp/router v1.5.4
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.58.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.27.0 // indirect
)