Skip to content

Commit b368e0a

Browse files
committed
Sharness: ensure all dependencies are imported
1 parent f8d2e6c commit b368e0a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

sharness/dependencies/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

sharness/dependencies/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ github.com/jackpal/gateway v1.0.5/go.mod h1:lTpwd4ACLXmpyiCTRtfiNyVnUmqT9RivzCDQ
122122
github.com/jackpal/go-nat-pmp v1.0.1/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc=
123123
github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec/go.mod h1:rGaEvXB4uRSZMmzKNLoXvTu1sfx+1kv/DojUlPrSZGs=
124124
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=
125127
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded h1:fHCa28iw+qaRWZK4IqrntHxXALD5kKr/ESrpOCRRdrg=
126128
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded/go.mod h1:FKvZrl5nnaGnTAMewcq0i7wM5zHD75e0lwlnF8q46uo=
127129
github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2/go.mod h1:8GXXJV31xl8whumTzdZsTt3RnUIiPqzkyf7mxToRCMs=

sharness/dependencies/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ import (
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
)

0 commit comments

Comments
 (0)