-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (35 loc) · 1.41 KB
/
go.mod
File metadata and controls
39 lines (35 loc) · 1.41 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
36
37
38
39
module caddydash
go 1.24.5
require (
github.com/BurntSushi/toml v1.5.0
github.com/fenthope/cachectrl v0.0.0-20250709065815-efbebb603c17
github.com/fenthope/compress v0.0.4
github.com/fenthope/reco v0.0.4
github.com/fenthope/record v0.0.3
github.com/fenthope/sessions v0.0.1
github.com/infinite-iroha/touka v0.3.4
github.com/klauspost/compress v1.18.0
golang.org/x/crypto v0.40.0
modernc.org/sqlite v1.38.2
)
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2 // indirect
github.com/WJQSERVER-STUDIO/httpc v0.8.2 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/context v1.1.2 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/sessions v1.4.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sys v0.34.0 // indirect
modernc.org/libc v1.66.3 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)
//replace github.com/infinite-iroha/touka => /data/github/WJQSERVER/touka