-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.17 KB
/
Copy pathgo.mod
File metadata and controls
36 lines (33 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
36
module github.com/WikitTeam/ProjectWikit
go 1.26.0
require (
github.com/BurntSushi/toml v1.6.0
github.com/bodgit/sevenzip v1.6.5
github.com/jackc/pgx/v5 v5.10.0
github.com/klauspost/compress v1.19.0
github.com/tdewolff/minify/v2 v2.24.17
github.com/ulikunitz/xz v0.5.15
golang.org/x/crypto v0.57.0
golang.org/x/net v0.59.0
golang.org/x/sys v0.48.0
golang.org/x/term v0.46.0
golang.org/x/text v0.42.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/andybalholm/brotli v1.2.2 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pierrec/lz4/v4 v4.1.27 // indirect
github.com/rogpeppe/go-internal v1.16.0 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/stangelandcl/ppmd v0.1.1 // indirect
github.com/tdewolff/parse/v2 v2.8.16 // indirect
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
golang.org/x/sync v0.23.0 // indirect
)