File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
19
19
const module = "container"
20
20
21
- //Module is contd entry point
21
+ // Module is contd entry point
22
22
var Module cli.Command = cli.Command {
23
23
Name : "contd" ,
24
24
Usage : "handles containers creations" ,
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ require (
97
97
github.com/hashicorp/go-multierror v1.1.1 // indirect
98
98
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
99
99
github.com/holiman/uint256 v1.2.3 // indirect
100
+ github.com/jarcoal/httpmock v1.3.1
100
101
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
101
102
github.com/klauspost/compress v1.16.7 // indirect
102
103
github.com/lestrrat-go/backoff/v2 v2.0.7 // indirect
@@ -116,6 +117,7 @@ require (
116
117
github.com/moby/sys/mountinfo v0.6.2 // indirect
117
118
github.com/ncruces/go-strftime v0.1.9 // indirect
118
119
github.com/nsf/termbox-go v1.1.1 // indirect
120
+ github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
119
121
github.com/onsi/ginkgo v1.16.4 // indirect
120
122
github.com/onsi/gomega v1.16.0 // indirect
121
123
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
Original file line number Diff line number Diff line change @@ -303,6 +303,8 @@ github.com/holiman/uint256 v1.2.3/go.mod h1:SC8Ryt4n+UBbPbIBKaG9zbbDlp4jOru9xFZm
303
303
github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
304
304
github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
305
305
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56 /go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA =
306
+ github.com/jarcoal/httpmock v1.3.1 h1:iUx3whfZWVf3jT01hQTO/Eo5sAYtB2/rqaUuOtpInww =
307
+ github.com/jarcoal/httpmock v1.3.1 /go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg =
306
308
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6 h1:4zOlv2my+vf98jT1nQt4bT/yKWUImevYPJ2H344CloE =
307
309
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6 /go.mod h1:r/8JmuR0qjuCiEhAolkfvdZgmPiHTnJaG0UXCSeR1Zo =
308
310
github.com/jgautheron/goconst v0.0.0-20170703170152-9740945f5dcb /go.mod h1:82TxjOpWQiPmywlbIaB2ZkqJoSYJdLGPgAJDvM3PbKc =
@@ -386,6 +388,8 @@ github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vq
386
388
github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU =
387
389
github.com/mattn/go-sqlite3 v1.14.22 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
388
390
github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
391
+ github.com/maxatome/go-testdeep v1.12.0 h1:Ql7Go8Tg0C1D/uMMX59LAoYK7LffeJQ6X2T04nTH68g =
392
+ github.com/maxatome/go-testdeep v1.12.0 /go.mod h1:lPZc/HAcJMP92l7yI6TRz1aZN5URwUBUAfUNvrclaNM =
389
393
github.com/mdlayher/ethtool v0.0.0-20210210192532-2b88debcdd43 h1:WgyLFv10Ov49JAQI/ZLUkCZ7VJS3r74hwFIGXJsgZlY =
390
394
github.com/mdlayher/ethtool v0.0.0-20210210192532-2b88debcdd43 /go.mod h1:+t7E0lkKfbBsebllff1xdTmyJt8lH37niI6kwFk9OTo =
391
395
github.com/mdlayher/genetlink v1.0.0 h1:OoHN1OdyEIkScEmRgxLEe2M9U8ClMytqA5niynLtfj0 =
You can’t perform that action at this time.
0 commit comments