Skip to content

Commit

Permalink
Update bitrise-init (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Jul 14, 2023
1 parent 8d7892e commit 3fae977
Showing 12 changed files with 333 additions and 284 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module github.com/bitrise-steplib/steps-project-scanner
go 1.17

require (
github.com/bitrise-io/bitrise-init v0.0.0-20230712122159-92865fb4e347
github.com/bitrise-io/bitrise-init v0.0.0-20230714112932-ade0cb89e971
github.com/bitrise-io/go-steputils v1.0.5
github.com/bitrise-io/go-utils v1.0.1
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.18
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@ github.com/bitrise-io/bitrise v0.0.0-20210519130014-380842fb41c1/go.mod h1:Jqf2P
github.com/bitrise-io/bitrise v0.0.0-20220217113333-f2def13a7946 h1:c+dLJvoW8eswyrV88mJunzc+dSidsV0S4CCfGe5QZyo=
github.com/bitrise-io/bitrise v0.0.0-20220217113333-f2def13a7946/go.mod h1:wZJS5uJ+mLhTbV4manrofZgGninsaMjMJndWC5OvcCY=
github.com/bitrise-io/bitrise-init v0.0.0-20210518121553-1e678625c45d/go.mod h1:2bxvLp7xgXC3HsacG2Z5nn6WOjk8kbNOmLWjinnhnKg=
github.com/bitrise-io/bitrise-init v0.0.0-20230712122159-92865fb4e347 h1:wX/MVHVk2PtEbpimF8Lt7P4uYxiZGspjGfFz11VBIWY=
github.com/bitrise-io/bitrise-init v0.0.0-20230712122159-92865fb4e347/go.mod h1:4Pr0r3aDmcxkJ9k2SzfG1VPJ0X7IKBJApvDuUvPnLk0=
github.com/bitrise-io/bitrise-init v0.0.0-20230714112932-ade0cb89e971 h1:e8nxhJHHRemC3ZvmOGHZ8gJMBc2UjJ6VV/KmNAFQJCM=
github.com/bitrise-io/bitrise-init v0.0.0-20230714112932-ade0cb89e971/go.mod h1:4Pr0r3aDmcxkJ9k2SzfG1VPJ0X7IKBJApvDuUvPnLk0=
github.com/bitrise-io/colorstring v0.0.0-20180614154802-a8cd70115192/go.mod h1:CIHVcxZUvsG99XUJV6JlR7okNsMMGY81jMvPC20W+O0=
github.com/bitrise-io/depman v0.0.0-20160708153333-4c59bc31f02a/go.mod h1:jeK3Koe+wXMSwfl8t6M7kovGgXsayUJ5ybqo3gDJgts=
github.com/bitrise-io/envman v0.0.0-20200512105748-919e33f391ee/go.mod h1:m8pTp1o3Sw9uzDxb1WRm5IBRnMau2iOvPMSnRCAhQNI=
21 changes: 11 additions & 10 deletions 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.

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

16 changes: 8 additions & 8 deletions vendor/github.com/bitrise-io/bitrise-init/scanner/errors.go

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

220 changes: 126 additions & 94 deletions 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.

Loading

0 comments on commit 3fae977

Please sign in to comment.