-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 960 Bytes
/
go.mod
File metadata and controls
30 lines (27 loc) · 960 Bytes
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
module codeberg.org/bbfh/vintage
go 1.26
require (
github.com/bbfh-dev/lib-errors v1.1.2
github.com/bbfh-dev/lib-log v0.1.2-beta.2
github.com/bbfh-dev/lib-parsex/v3 v3.0.3-beta.1
github.com/klauspost/compress v1.18.4
github.com/otiai10/copy v1.14.1
github.com/schollz/progressbar/v3 v3.19.0
github.com/tidwall/gjson v1.18.0
github.com/tidwall/pretty v1.2.1
github.com/tidwall/sjson v1.2.5
golang.org/x/sync v0.19.0
gotest.tools v2.2.0+incompatible
)
require (
github.com/bbfh-dev/lib-ansi-escapes v0.3.7 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tidwall/match v1.2.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
)