-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (21 loc) · 812 Bytes
/
go.mod
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
module github.com/motzel/bsor2json
go 1.18
require (
github.com/jwalton/go-supportscolor v1.1.0
github.com/mattn/go-colorable v0.1.7
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/mkideal/cli v0.2.7
github.com/motzel/go-bsor v0.9.1
github.com/schollz/progressbar/v3 v3.10.1
)
require (
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mkideal/expr v0.1.0 // indirect
github.com/rivo/uniseg v0.3.4 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20220908150016-7ac13a9a928d // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
)
//replace github.com/motzel/go-bsor => ../go-bsor