create and store card data (#41)
* ability to stream a file to the drone server
This commit is contained in:
6
go.mod
6
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/drone-runners/drone-runner-docker
|
||||
|
||||
go 1.12
|
||||
go 1.16
|
||||
|
||||
replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
|
||||
|
||||
@@ -15,9 +15,9 @@ require (
|
||||
github.com/docker/distribution v2.7.1+incompatible
|
||||
github.com/docker/docker v0.0.0-00010101000000-000000000000
|
||||
github.com/docker/go-connections v0.3.0 // indirect
|
||||
github.com/drone/drone-go v1.6.0
|
||||
github.com/drone/drone-go v1.7.1
|
||||
github.com/drone/envsubst v1.0.3
|
||||
github.com/drone/runner-go v1.9.0
|
||||
github.com/drone/runner-go v1.11.0
|
||||
github.com/drone/signal v1.0.0
|
||||
github.com/ghodss/yaml v1.0.0
|
||||
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // indirect
|
||||
|
||||
Reference in New Issue
Block a user