diff --git a/go.mod b/go.mod index 1af4ab6..eb286e4 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/docker/go-connections v0.3.0 // indirect github.com/drone/drone-go v1.2.1-0.20200326064413-195394da1018 github.com/drone/envsubst v1.0.2 - github.com/drone/runner-go v1.6.1-0.20201015180055-9f0ba71ae255 + github.com/drone/runner-go v1.6.1-0.20201016191343-2020a87dfb8c github.com/drone/signal v1.0.0 github.com/ghodss/yaml v1.0.0 github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // indirect diff --git a/go.sum b/go.sum index cef4ef7..84a0e6b 100644 --- a/go.sum +++ b/go.sum @@ -60,6 +60,8 @@ github.com/drone/runner-go v1.6.1-0.20201008195716-df774e029a03 h1:4ebPdaawF8/5z github.com/drone/runner-go v1.6.1-0.20201008195716-df774e029a03/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs= github.com/drone/runner-go v1.6.1-0.20201015180055-9f0ba71ae255 h1:pLed5htQ9oZbXwAbmPmS+IXaiej2fm2nJR1e57QyHY0= github.com/drone/runner-go v1.6.1-0.20201015180055-9f0ba71ae255/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs= +github.com/drone/runner-go v1.6.1-0.20201016191343-2020a87dfb8c h1:WVtJlsgxuPUklmey5MNKWK+8ajuDaKsnlb03lwFBVPQ= +github.com/drone/runner-go v1.6.1-0.20201016191343-2020a87dfb8c/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs= github.com/drone/signal v1.0.0 h1:NrnM2M/4yAuU/tXs6RP1a1ZfxnaHwYkd0kJurA1p6uI= github.com/drone/signal v1.0.0/go.mod h1:S8t92eFT0g4WUgEc/LxG+LCuiskpMNsG0ajAMGnyZpc= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=