mirror of https://github.com/docker/cli.git
vendor: beorn7/perks v1.0.1
full diff: e7f67b54ab
...v1.0.1
adds go module support
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
13ee065e95
commit
66dd9f29fa
|
@ -1,7 +1,7 @@
|
||||||
cloud.google.com/go 0ebda48a7f143b1cce9eb37a8c1106ac762a3430 # v0.34.0
|
cloud.google.com/go 0ebda48a7f143b1cce9eb37a8c1106ac762a3430 # v0.34.0
|
||||||
github.com/agl/ed25519 5312a61534124124185d41f09206b9fef1d88403
|
github.com/agl/ed25519 5312a61534124124185d41f09206b9fef1d88403
|
||||||
github.com/Azure/go-ansiterm d6e3b3328b783f23731bc4d058875b0371ff8109
|
github.com/Azure/go-ansiterm d6e3b3328b783f23731bc4d058875b0371ff8109
|
||||||
github.com/beorn7/perks e7f67b54abbeac9c40a31de0f81159e4cafebd6a
|
github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 # v1.0.1
|
||||||
github.com/containerd/console 8375c3424e4d7b114e8a90a4a40c8e1b40d1d4e6 # v1.0.0
|
github.com/containerd/console 8375c3424e4d7b114e8a90a4a40c8e1b40d1d4e6 # v1.0.0
|
||||||
github.com/containerd/containerd 4d242818bf55542e5d7876ca276fea83029e803c
|
github.com/containerd/containerd 4d242818bf55542e5d7876ca276fea83029e803c
|
||||||
github.com/containerd/continuity 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4
|
github.com/containerd/continuity 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
module github.com/beorn7/perks
|
||||||
|
|
||||||
|
go 1.11
|
Loading…
Reference in New Issue