-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
29 lines (25 loc) · 904 Bytes
/
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/bitrise-io/stepman
go 1.22
toolchain go1.23.2
require (
github.com/bitrise-io/colorstring v0.0.0-20180614154802-a8cd70115192
github.com/bitrise-io/envman/v2 v2.5.2
github.com/bitrise-io/go-utils v1.0.13
github.com/bitrise-io/goinp v0.0.0-20240103152431-054ed78518ef
github.com/google/go-cmp v0.5.9
github.com/stretchr/testify v1.9.0
github.com/urfave/cli v1.22.14
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)