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 (
77 github.com/ipfs/ipfs-update v0.0.0-20200112135517-ca8d7d3af0c2
88 github.com/ipfs/iptb v1.4.0
99 github.com/ipfs/iptb-plugins v0.2.1
10+ github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c // indirect
1011 github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
1112 github.com/multiformats/go-multiaddr v0.2.0
1213 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
122122github.com/jackpal/go-nat-pmp v1.0.1 /go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc =
123123github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec /go.mod h1:rGaEvXB4uRSZMmzKNLoXvTu1sfx+1kv/DojUlPrSZGs =
124124github.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 =
125127github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded h1:fHCa28iw+qaRWZK4IqrntHxXALD5kKr/ESrpOCRRdrg =
126128github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded /go.mod h1:FKvZrl5nnaGnTAMewcq0i7wM5zHD75e0lwlnF8q46uo =
127129github.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 55 _ "github.com/chriscool/go-sleep"
66 _ "github.com/ipfs/ipfs-update"
77 _ "github.com/jbenet/go-random-files"
8+ _ "github.com/jbenet/go-random-files/random-files"
89)
You can’t perform that action at this time.
0 commit comments