-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/owncloud-ci/drone-cancel-previous-builds
go 1.20
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/drone-plugins/drone-plugin-lib v0.4.2
github.com/drone/drone-go v1.7.1
github.com/joho/godotenv v1.5.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.9.2 // indirect
github.com/urfave/cli/v2 v2.26.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.15.0
honnef.co/go/tools v0.4.6
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.12.1-0.20230825192346-2191a27a6dc5 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)