You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
runner-go/go.mod

20 lines
633 B
Modula-2

5 years ago
module github.com/drone/runner-go
go 1.12
require (
github.com/99designs/basicauth-go v0.0.0-20160802081356-2a93ba0f464d
github.com/bmatcuk/doublestar v1.1.1
github.com/buildkite/yaml v2.1.0+incompatible
github.com/coreos/go-semver v0.3.0
5 years ago
github.com/docker/go-units v0.4.0
3 years ago
github.com/drone/drone-go v1.7.1
github.com/drone/envsubst v1.0.2
5 years ago
github.com/google/go-cmp v0.3.0
github.com/hashicorp/go-multierror v1.0.0
github.com/natessilva/dag v0.0.0-20180124060714-7194b8dcc5c4
5 years ago
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)