drone-add/go.mod

9 lines
156 B
Modula-2

module git.fromouter.space/Hamcha/drone-add
go 1.13
require (
github.com/drone/drone-go v1.1.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)