-
Notifications
You must be signed in to change notification settings - Fork 57
/
go.mod
26 lines (23 loc) · 987 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
module github.com/hetianyi/godfs
go 1.12
require (
github.com/boltdb/bolt v1.3.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/frankban/quicktest v1.5.0 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/gorilla/mux v1.7.3
github.com/hetianyi/gox v0.0.0-20200111081017-3c3bad90de38
github.com/json-iterator/go v1.1.9
github.com/kr/pretty v0.2.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli v1.22.4
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)
replace gopkg.in/jcmturner/rpc.v1 v1.1.1 => gopkg.in/jcmturner/rpc.v1 v1.1.0