-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 837 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 837 Bytes
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
module github.com/roadrunner-server/fileserver/v6
go 1.26
toolchain go1.26.0
require (
github.com/gofiber/fiber/v2 v2.52.12
github.com/roadrunner-server/errors v1.4.1
github.com/roadrunner-server/tcplisten v1.5.2
go.uber.org/zap v1.27.1
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.69.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.42.0 // indirect
)