xplshn
·
2025-08-13
go.mod
Text
1module github.com/xplshn/dbin
2
3go 1.23.4
4
5toolchain go1.24.3
6
7require (
8 github.com/a-h/templ v0.3.898
9 github.com/adrg/xdg v0.5.3
10 github.com/breml/rootcerts v0.3.1
11 github.com/fxamacker/cbor/v2 v2.9.0
12 github.com/goccy/go-json v0.10.5
13 github.com/goccy/go-yaml v1.18.0
14 github.com/hedzr/progressbar v1.2.8
15 github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
16 github.com/k3a/html2text v1.2.1
17 github.com/klauspost/compress v1.18.0
18 github.com/pkg/xattr v0.4.12
19 github.com/shamaton/msgpack/v2 v2.2.3
20 github.com/tdewolff/minify/v2 v2.23.10
21 github.com/tiendc/go-deepcopy v1.6.1
22 github.com/urfave/cli/v3 v3.3.8
23 github.com/zeebo/blake3 v0.2.4
24 github.com/zeebo/errs v1.4.0
25 golang.org/x/term v0.33.0
26 gopkg.in/yaml.v3 v3.0.1
27)
28
29require (
30 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
31 github.com/tdewolff/parse/v2 v2.8.1 // indirect
32 github.com/x448/float16 v0.8.4 // indirect
33 golang.org/x/crypto v0.40.0 // indirect
34 golang.org/x/net v0.42.0 // indirect
35 golang.org/x/sys v0.34.0 // indirect
36)
37
38replace github.com/xplshn/pkggodev => /Users/anto/Documents/TrulyMine/pkggodev