-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go-steputils for asdf support (#87)
Co-authored-by: Krisztián Gödrei <[email protected]>
- Loading branch information
Showing
63 changed files
with
2,155 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
module github.com/bitrise-io/steps-fastlane | ||
|
||
go 1.12 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/bitrise-io/bitrise-init v0.0.0-20210520122036-d213de321eb8 | ||
github.com/bitrise-io/go-android v0.0.0-20210913151943-e1ea0b4df36d | ||
github.com/bitrise-io/go-steputils v0.0.0-20210924114124-851d30b88892 | ||
github.com/bitrise-io/go-utils v0.0.0-20210924090918-3e7a04d0da9d | ||
github.com/bitrise-io/go-xcode v0.0.0-20210521101355-fb6a1eb6e05b | ||
github.com/bitrise-io/bitrise-init v0.0.0-20220504131857-f00a24c7c8ba | ||
github.com/bitrise-io/go-android/v2 v2.0.0-alpha.3 | ||
github.com/bitrise-io/go-steputils v1.0.2 | ||
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.8 | ||
github.com/bitrise-io/go-utils v1.0.2 | ||
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.8 | ||
github.com/bitrise-io/go-xcode v1.0.9 | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
) | ||
|
||
require ( | ||
github.com/beevik/etree v1.1.0 // indirect | ||
github.com/bitrise-io/bitrise v0.0.0-20220719135434-7f794d69d858 // indirect | ||
github.com/bitrise-io/envman v0.0.0-20220512153504-166d59151b78 // indirect | ||
github.com/bitrise-io/stepman v0.0.0-20220718172049-e5ae0a09c2f2 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 1 addition & 11 deletions
12
vendor/github.com/bitrise-io/bitrise-init/models/configbuilder.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
110 changes: 80 additions & 30 deletions
110
vendor/github.com/bitrise-io/bitrise-init/scanners/android/android.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
38 changes: 10 additions & 28 deletions
38
vendor/github.com/bitrise-io/bitrise-init/scanners/android/const.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.