generated from nerdneilsfield/go-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1009 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
28
29
module github.com/nerdneilsfield/go-template
go 1.23.2
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
github.com/gofiber/fiber/v2 v2.52.5
github.com/google/uuid v1.6.0
github.com/nerdneilsfield/shlogin v0.0.0-20241021135044-691c056cec51
github.com/spf13/cobra v1.8.1
github.com/valyala/fasthttp v1.57.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)