-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 795 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module peppe.dev/goact
go 1.17
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/canthefason/go-watcher v0.2.4 // indirect
github.com/evanw/esbuild v0.14.48 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/gofiber/fiber/v2 v2.34.1 // indirect
github.com/gofiber/template v1.6.28 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/radovskyb/watcher v1.0.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.37.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
)