-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (15 loc) · 673 Bytes
/
go.mod
File metadata and controls
18 lines (15 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/run-bigpig/svrw
go 1.19
require github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/fasthttp/router v1.5.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.52.0 // indirect
golang.org/x/text v0.14.0 // indirect
)