-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 960 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 960 Bytes
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
module github.com/Lukiya/cms
go 1.24.2
replace github.com/DeamvatLab/go => ../DreamvatLab/go
require (
github.com/CloudyKit/jet/v6 v6.3.1
github.com/DreamvatLab/go v1.0.17
github.com/redis/go-redis/v9 v9.16.0
github.com/tdewolff/minify/v2 v2.24.7
)
require (
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/kataras/golog v0.1.13 // indirect
github.com/kataras/pio v0.0.14 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tdewolff/parse/v2 v2.8.5 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/sys v0.37.0 // indirect
)