-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 908 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
module test
go 1.16
require (
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/cosmtrek/air v1.27.3 // indirect
github.com/creack/pty v1.1.15 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gobuffalo/here v0.6.2 // indirect
github.com/gofiber/fiber/v2 v2.18.0 // indirect
github.com/gofiber/template v1.6.16 // indirect
github.com/klauspost/compress v1.13.5 // indirect
github.com/markbates/pkger v0.17.1 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
//github.com/gin-gonic/gin v1.7.4 // indirect
//github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e // indirect
github.com/valyala/fasthttp v1.30.0 // indirect
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 // indirect
golang.org/x/sys v0.0.0-20210909193231-528a39cd75f3 // indirect
)