forked from colinmarc/hdfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 808 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/reborn-go/hdfs
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/protobuf v1.1.0
github.com/hashicorp/go-uuid v0.0.0-20180228145832-27454136f036 // indirect
github.com/jcmturner/gofork v0.0.0-20180107083740-2aebee971930 // indirect
github.com/pborman/getopt v0.0.0-20180729010549-6fdd0a2c7117
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
)
go 1.13