-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update go-xcode * Add new files * Update go-xcode to v1.0.16
- Loading branch information
Showing
214 changed files
with
4,557 additions
and
2,177 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,39 +1,39 @@ | ||
module github.com/bitrise-steplib/steps-deploy-to-bitrise-io | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/avast/apkparser v0.0.0-20210301101811-6256c76f738e | ||
github.com/bitrise-io/bitrise v0.0.0-20210519130014-380842fb41c1 | ||
github.com/bitrise-io/envman v0.0.0-20210517135508-b2b4fe89eac5 | ||
github.com/bitrise-io/go-android v0.0.0-20210517091621-72f0eb7a5197 | ||
github.com/bitrise-io/go-steputils v0.0.0-20210514150206-5b6261447e77 | ||
github.com/bitrise-io/go-utils v1.0.6 | ||
github.com/bitrise-io/go-steputils v1.0.5 | ||
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 v0.0.0-20210521101355-fb6a1eb6e05b | ||
github.com/google/go-cmp v0.5.5 | ||
github.com/bitrise-io/go-xcode v1.0.16 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.8.2 | ||
howett.net/plist v0.0.0-20201203080718-1454fab16a06 | ||
github.com/stretchr/testify v1.8.4 | ||
howett.net/plist v1.0.0 | ||
) | ||
|
||
require ( | ||
github.com/bitrise-io/go-pkcs12 v0.0.0-20230815095624-feb898696e02 // indirect | ||
github.com/bitrise-io/goinp v0.0.0-20210504152833-8559b0680ab1 // indirect | ||
github.com/bitrise-io/pkcs12 v0.0.0-20210430063833-0da06eb56630 // indirect | ||
github.com/bitrise-io/stepman v0.0.0-20210517135458-203f7a48d37a // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // 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.3.0 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/klauspost/compress v1.12.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/term v0.5.0 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/term v0.11.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // 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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
18 changes: 9 additions & 9 deletions
18
...or/github.com/bitrise-io/pkcs12/README.md → ...github.com/bitrise-io/go-pkcs12/README.md
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.