-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (44 loc) · 1.74 KB
/
go.mod
File metadata and controls
48 lines (44 loc) · 1.74 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
40
41
42
43
44
45
46
47
48
module grout
go 1.25.6
require (
github.com/BrandonKowalski/certifiable v1.3.0
github.com/BrandonKowalski/gabagool/v2 v2.19.0
github.com/beevik/etree v1.6.0
github.com/bodgit/sevenzip v1.6.1
github.com/nicksnyder/go-i18n/v2 v2.6.1
github.com/piglig/go-qr v0.2.6
github.com/sonh/qs v0.6.4
go.uber.org/atomic v1.11.0
golang.org/x/image v0.39.0
golang.org/x/text v0.36.0
modernc.org/sqlite v1.48.2
)
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/andybalholm/brotli v1.2.1 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/holoplot/go-evdev v0.0.0-20250804134636-ab1d56a1fe83 // indirect
github.com/klauspost/compress v1.18.5 // indirect
github.com/mattn/go-isatty v0.0.21 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
github.com/veandco/go-sdl2 v0.4.40 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
modernc.org/libc v1.72.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)
tool github.com/nicksnyder/go-i18n/v2/goi18n