-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
33 lines (30 loc) · 1.16 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
30
31
32
33
module github.com/bitrise-io/bitrise-init
go 1.18
require (
github.com/beevik/etree v1.2.0
github.com/bitrise-io/bitrise v0.0.0-20230920132712-a20cb0493953
github.com/bitrise-io/envman v0.0.0-20230802102824-1300c57d49c4
github.com/bitrise-io/go-flutter v0.1.1
github.com/bitrise-io/go-steputils v1.0.6
github.com/bitrise-io/go-utils v1.0.9
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.19
github.com/bitrise-io/go-xcode v1.0.18
github.com/bitrise-io/goinp v0.0.0-20221102135900-f70828d4ba74
github.com/bitrise-io/stepman v0.0.0-20230728094915-939f0fe5c19a
github.com/google/go-cmp v0.5.9
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/bitrise-io/go-plist v0.0.0-20210301100253-4b1a112ccd10 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.0 // indirect
)