mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
492945c2d5
full diff: 6d291a969b
...v1.0.2
Relevant changes:
- hashicorp/go-sockaddr#25 Add android os
- hashicorp/go-sockaddr#28 Add go.mod
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
215 B
Modula-2
8 lines
215 B
Modula-2
module github.com/hashicorp/go-sockaddr
|
|
|
|
require (
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/mitchellh/cli v1.0.0
|
|
github.com/mitchellh/go-wordwrap v1.0.0
|
|
github.com/ryanuber/columnize v2.1.0+incompatible
|
|
)
|