-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathgo.mod
18 lines (16 loc) · 679 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/whyrusleeping/gx
go 1.12
require (
github.com/blang/semver v3.5.1+incompatible
github.com/ipfs/go-ipfs-api v0.0.3
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.2.0
github.com/multiformats/go-multiaddr-net v0.1.2
github.com/multiformats/go-multihash v0.0.13
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
github.com/stretchr/testify v1.5.1 // indirect
github.com/urfave/cli/v2 v2.2.0
github.com/whyrusleeping/json-filter v0.0.0-20160615203754-ff25329a9528
github.com/whyrusleeping/progmeter v0.0.0-20180725015555-f3e57218a75b
github.com/whyrusleeping/stump v0.0.0-20160611222256-206f8f13aae1
)