-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
module bitrise-steplib/steps-cocoapods-install | ||
|
||
go 1.15 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bitrise-io/go-steputils v1.0.5 | ||
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.16 | ||
github.com/bitrise-io/go-utils v1.0.9 | ||
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.15 | ||
github.com/bitrise-io/go-xcode v1.0.15 | ||
github.com/bitrise-io/go-xcode v1.0.16 | ||
github.com/stretchr/testify v1.8.4 | ||
) | ||
|
||
require ( | ||
github.com/bitrise-io/go-plist v0.0.0-20210301100253-4b1a112ccd10 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gofrs/uuid v4.3.1+incompatible // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
howett.net/plist v1.0.0 // indirect | ||
) |
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.