-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (35 loc) · 1.43 KB
/
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
31
32
33
34
35
36
37
38
39
module github.com/kazu/vfs-index
go 1.17
require (
github.com/BurntSushi/toml v0.4.1
github.com/Nr90/imgsim v0.0.0-20180202144352-5caa057144b0
github.com/cheekybits/genny v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/frankban/quicktest v1.13.0 // indirect
github.com/gabriel-vasile/mimetype v1.1.1
github.com/gocarina/gocsv v0.0.0-20200330101823-46266ca37bd3
github.com/google/flatbuffers v1.12.0
github.com/h2non/filetype v1.1.0
github.com/jszwec/csvutil v1.3.0
github.com/kazu/fbshelper v0.4.4
github.com/kazu/loncha v0.1.2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible
github.com/stretchr/testify v1.4.0
github.com/ugorji/go/codec v1.1.7
github.com/vbauerster/mpb/v5 v5.2.4
)
require (
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/seehuhn/mt19937 v0.0.0-20191220121156-d07252b9f9df // indirect
github.com/sergi/go-diff v1.2.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/tools v0.1.8-0.20211005032335-81efdbcac473 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
//replace github.com/kazu/fbshelper => ../fbshelper/