forked from drone/runner-go
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 633 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
github.com/docker/go-units v0.4.0
github.com/drone/drone-go v1.7.1
github.com/drone/envsubst v1.0.2
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
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
)