Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module github.com/drone-runners/drone-runner-exec
go 1.12

require (
github.com/99designs/basicauth-go v0.0.0-20160802081356-2a93ba0f464d
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/bmatcuk/doublestar v1.1.1
github.com/buildkite/yaml v2.1.0+incompatible
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/drone/drone-git v1.0.1-0.20190419151808-5b0a12bcb36c
github.com/drone/drone-go v1.0.5-0.20190504210458-4d6116b897ba
github.com/drone/envsubst v1.0.2
github.com/drone/runner-go v1.3.1
Expand All @@ -25,9 +23,8 @@ require (
github.com/natessilva/dag v0.0.0-20180124060714-7194b8dcc5c4
github.com/orandin/lumberjackrus v1.0.1
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.8.3
golang.org/x/sync v0.0.0-20190423024810-112230192c58
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2
)
Loading