-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
* Update go-xcode * Add new files * Update go-xcode to v1.0.16
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,32 @@ | ||
module github.com/bitrise-steplib/bitrise-step-manage-ios-code-signing | ||
|
||
go 1.16 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bitrise-io/go-steputils v1.0.2 | ||
github.com/bitrise-io/go-steputils v1.0.5 | ||
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.6 | ||
github.com/bitrise-io/go-utils v1.0.2 | ||
github.com/bitrise-io/go-utils v1.0.9 | ||
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.11 | ||
github.com/bitrise-io/go-xcode v1.0.9 | ||
github.com/bitrise-io/go-xcode v1.0.16 | ||
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.25 | ||
) | ||
|
||
require ( | ||
github.com/bitrise-io/go-pkcs12 v0.0.0-20230815095624-feb898696e02 // indirect | ||
github.com/bitrise-io/go-plist v0.0.0-20210301100253-4b1a112ccd10 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/google/go-querystring v1.1.0 // 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/stretchr/testify v1.8.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
golang.org/x/crypto v0.12.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 | ||
) |
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.
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.
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.