-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (33 loc) · 1.07 KB
/
go.mod
File metadata and controls
38 lines (33 loc) · 1.07 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
module github.com/xplshn/dbin
go 1.23.4
toolchain go1.24.3
require (
github.com/a-h/templ v0.3.898
github.com/adrg/xdg v0.5.3
github.com/breml/rootcerts v0.3.1
github.com/fxamacker/cbor/v2 v2.9.0
github.com/goccy/go-json v0.10.5
github.com/goccy/go-yaml v1.18.0
github.com/hedzr/progressbar v1.2.8
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
github.com/k3a/html2text v1.2.1
github.com/klauspost/compress v1.18.0
github.com/pkg/xattr v0.4.12
github.com/shamaton/msgpack/v2 v2.2.3
github.com/tdewolff/minify/v2 v2.23.10
github.com/tiendc/go-deepcopy v1.6.1
github.com/urfave/cli/v3 v3.3.8
github.com/zeebo/blake3 v0.2.4
github.com/zeebo/errs v1.4.0
golang.org/x/term v0.33.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/tdewolff/parse/v2 v2.8.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sys v0.34.0 // indirect
)
replace github.com/xplshn/pkggodev => /Users/anto/Documents/TrulyMine/pkggodev