37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module caddydash
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/fenthope/compress v0.0.3
|
|
github.com/fenthope/record v0.0.3
|
|
github.com/fenthope/sessions v0.0.1
|
|
github.com/infinite-iroha/touka v0.2.8
|
|
github.com/klauspost/compress v1.18.0
|
|
golang.org/x/crypto v0.39.0
|
|
modernc.org/sqlite v1.38.0
|
|
)
|
|
|
|
require (
|
|
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.4 // indirect
|
|
github.com/WJQSERVER-STUDIO/httpc v0.7.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fenthope/reco v0.0.3 // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8 // 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/sys v0.33.0 // indirect
|
|
modernc.org/libc v1.65.10 // 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
|