mirror of
https://github.com/drone-plugins/drone-npm.git
synced 2026-06-04 18:23:52 +08:00
13 lines
371 B
Modula-2
13 lines
371 B
Modula-2
module github.com/drone-plugins/drone-npm
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/drone-plugins/drone-plugin-lib v0.1.1
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/urfave/cli/v2 v2.0.0
|
|
golang.org/x/sys v0.0.0-20191218084908-4a24b4065292 // indirect
|
|
)
|