-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (25 loc) · 870 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
26
27
28
29
30
module github.com/aicirt2012/fileintegrity
go 1.21
require (
github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/schollz/progressbar/v3 v3.14.1
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
)
require golang.org/x/text v0.14.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/dustin/go-humanize v1.0.1
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/stretchr/testify v1.8.2
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
)