-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade go-xcode, handle breaking changes (#252)
* Upgrade go-xcode, handle breaking changes * Replace ioutil
- Loading branch information
Showing
179 changed files
with
12,803 additions
and
5,140 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,35 @@ | ||
module github.com/bitrise-steplib/steps-xcode-test | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/bitrise-io/bitrise v0.0.0-20230707121919-a5b9e2d27ea9 | ||
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.18 | ||
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/v2 v2.0.0-alpha.36 | ||
github.com/hashicorp/go-version v1.6.0 | ||
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.35 | ||
github.com/bitrise-io/go-utils v1.0.13 | ||
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.23 | ||
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.50 | ||
github.com/hashicorp/go-version v1.7.0 | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.9.0 | ||
) | ||
|
||
require ( | ||
github.com/bitrise-io/envman v0.0.0-20230721122944-6b164ed0c2f8 // indirect | ||
github.com/bitrise-io/go-steputils v1.0.5 // indirect | ||
github.com/bitrise-io/stepman v0.0.0-20230728094915-939f0fe5c19a // indirect | ||
github.com/bitrise-io/envman v0.0.0-20240730123632-8066eeb61599 // indirect | ||
github.com/bitrise-io/go-steputils v1.0.6 // indirect | ||
github.com/bitrise-io/stepman v0.0.0-20240828074035-6ae1a5f5efde // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.1 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/term v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/term v0.26.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.