-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.17 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (32 loc) · 1.17 KB
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
30
31
32
33
34
35
module github.com/felipegenef/gothicframework/v2
go 1.25.0
require (
github.com/a-h/templ v0.3.1020
github.com/andybalholm/brotli v1.1.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-chi/chi/v5 v5.2.1
github.com/joho/godotenv v1.5.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/redis/go-redis/v9 v9.18.0
github.com/spf13/cobra v1.9.1
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
golang.org/x/image v0.26.0
golang.org/x/mod v0.26.0
golang.org/x/net v0.54.0
golang.org/x/sync v0.20.0
golang.org/x/tools v0.35.0
)
require (
github.com/a-h/parse v0.0.0-20250122154542-74294addb73e // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cli/browser v1.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.6 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.44.0 // indirect
)