github.com/drone/runner-go@v1.12.0/go.mod (about)

     1  module github.com/drone/runner-go
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/99designs/basicauth-go v0.0.0-20160802081356-2a93ba0f464d
     7  	github.com/bmatcuk/doublestar v1.1.1
     8  	github.com/buildkite/yaml v2.1.0+incompatible
     9  	github.com/coreos/go-semver v0.3.0
    10  	github.com/docker/go-units v0.4.0
    11  	github.com/drone/drone-go v1.7.1
    12  	github.com/drone/envsubst v1.0.2
    13  	github.com/google/go-cmp v0.3.0
    14  	github.com/hashicorp/go-multierror v1.0.0
    15  	github.com/natessilva/dag v0.0.0-20180124060714-7194b8dcc5c4
    16  	github.com/sirupsen/logrus v1.4.2
    17  	golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
    18  	golang.org/x/sync v0.0.0-20190423024810-112230192c58
    19  )