You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
278 B
9 lines
278 B
6 years ago
|
module github.com/appleboy/drone-packer
|
||
|
|
||
|
require (
|
||
|
github.com/rs/zerolog v0.0.0-20180928011143-8e36cbf881d3
|
||
|
github.com/urfave/cli v0.0.0-20180226030253-8e01ec4cd3e2
|
||
|
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb
|
||
|
golang.org/x/sys v0.0.0-20180727230415-bd9dbc187b6e
|
||
|
)
|