File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ require (
7
7
github.com/ipfs/ipfs-update v0.0.0-20200112135517-ca8d7d3af0c2
8
8
github.com/ipfs/iptb v1.4.0
9
9
github.com/ipfs/iptb-plugins v0.2.1
10
+ github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c // indirect
10
11
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
11
12
github.com/multiformats/go-multiaddr v0.2.0
12
13
github.com/multiformats/go-multiaddr-net v0.1.1
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ github.com/jackpal/gateway v1.0.5/go.mod h1:lTpwd4ACLXmpyiCTRtfiNyVnUmqT9RivzCDQ
122
122
github.com/jackpal/go-nat-pmp v1.0.1 /go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc =
123
123
github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec /go.mod h1:rGaEvXB4uRSZMmzKNLoXvTu1sfx+1kv/DojUlPrSZGs =
124
124
github.com/jbenet/go-cienv v0.1.0 /go.mod h1:TqNnHUmJgXau0nCzC7kXWeotg3J9W34CUv5Djy1+FlA =
125
+ github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c h1:uUx61FiAa1GI6ZmVd2wf2vULeQZIKG66eybjNXKYCz4 =
126
+ github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c /go.mod h1:sdx1xVM9UuLw1tXnhJWN3piypTUO3vCIHYmG15KE/dU =
125
127
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded h1:fHCa28iw+qaRWZK4IqrntHxXALD5kKr/ESrpOCRRdrg =
126
128
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded /go.mod h1:FKvZrl5nnaGnTAMewcq0i7wM5zHD75e0lwlnF8q46uo =
127
129
github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2 /go.mod h1:8GXXJV31xl8whumTzdZsTt3RnUIiPqzkyf7mxToRCMs =
Original file line number Diff line number Diff line change 5
5
_ "github.com/chriscool/go-sleep"
6
6
_ "github.com/ipfs/ipfs-update"
7
7
_ "github.com/jbenet/go-random-files"
8
+ _ "github.com/jbenet/go-random-files/random-files"
8
9
)
You can’t perform that action at this time.
0 commit comments