Skip to content

Commit

Permalink
Revert "Update bitrise-init dep (#145)" (#146)
Browse files Browse the repository at this point in the history
This reverts commit 378c104.
  • Loading branch information
lpusok authored Aug 28, 2023
1 parent 378c104 commit 6244326
Show file tree
Hide file tree
Showing 166 changed files with 1,681 additions and 10,668 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@ module github.com/bitrise-steplib/steps-project-scanner
go 1.17

require (
github.com/bitrise-io/bitrise-init v0.0.0-20230822075403-ba22c4ab013b
github.com/bitrise-io/bitrise-init v0.0.0-20230726090615-94c350647616
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.19
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.18
github.com/bitrise-steplib/steps-activate-ssh-key v0.0.0-20210518131750-a0d69ff2d203
github.com/bitrise-steplib/steps-git-clone v0.0.0-20230619101604-67b0d018398a
)

require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/beevik/etree v1.2.0 // indirect
github.com/bitrise-io/bitrise v0.0.0-20230707121919-a5b9e2d27ea9 // indirect
github.com/bitrise-io/envman v0.0.0-20230721122944-6b164ed0c2f8 // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/bitrise-io/bitrise v0.0.0-20220217113333-f2def13a7946 // indirect
github.com/bitrise-io/envman v0.0.0-20211026063720-03283f9c3f32 // indirect
github.com/bitrise-io/go-flutter v0.1.0 // indirect
github.com/bitrise-io/go-plist v0.0.0-20210301100253-4b1a112ccd10 // indirect
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.15 // indirect
github.com/bitrise-io/go-xcode v1.0.13 // indirect
github.com/bitrise-io/goinp v0.0.0-20221102135900-f70828d4ba74 // indirect
github.com/bitrise-io/stepman v0.0.0-20230728094915-939f0fe5c19a // indirect
github.com/bitrise-io/go-xcode v1.0.12 // indirect
github.com/bitrise-io/goinp v0.0.0-20211005113137-305e91b481f4 // indirect
github.com/bitrise-io/stepman v0.0.0-20220107162322-d37bb82e8983 // indirect
github.com/bitrise-steplib/steps-authenticate-host-with-netrc v0.0.0-20230216105320-8cb845d52e28 // 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.4 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/crypto v0.6.1-0.20230215202200-ebe92624d142 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
71 changes: 23 additions & 48 deletions go.sum

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions vendor/github.com/beevik/etree/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions vendor/github.com/beevik/etree/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/beevik/etree/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/beevik/etree/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 0 additions & 44 deletions vendor/github.com/beevik/etree/RELEASE_NOTES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6244326

Please sign in to comment.