-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
27 lines (23 loc) · 871 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
module github.com/godzillaframework/godzilla
go 1.17
require (
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
github.com/json-iterator/go v1.1.12
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/valyala/fasthttp v1.31.0
rogchap.com/v8go v0.9.0
)
require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/livebud/bud v0.2.8
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
go.kuoruan.net/v8go-polyfills v0.5.1-0.20220727011656-c74c5b408ebd
)