-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1019 Bytes
/
go.mod
File metadata and controls
31 lines (28 loc) · 1019 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
29
30
31
module github.com/go-vela/vela-downstream
go 1.25.7
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/go-vela/sdk-go v0.27.1
github.com/go-vela/server v0.27.5
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.4
github.com/urfave/cli/v3 v3.7.0
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/drone/envsubst v1.0.3 // indirect
github.com/expr-lang/expr v1.17.6 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mailru/easyjson v0.9.1 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/sys v0.39.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)