-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 962 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 962 Bytes
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
module github.com/go-vela/vela-github-release
go 1.25.7
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/go-vela/server v0.27.5
github.com/hashicorp/go-getter/v2 v2.2.3
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.4
github.com/spf13/afero v1.15.0
github.com/urfave/cli/v3 v3.7.0
)
require (
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/ulikunitz/xz v0.5.14 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)