Skip to content

Commit

Permalink
[CI-1884] Update init package (#140)
Browse files Browse the repository at this point in the history
* Update dependencies

* Rename variable
  • Loading branch information
tothszabi authored Jul 26, 2023
1 parent a49da01 commit 95b6c83
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 78 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20230714143523-dcb2c6b4985a
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.1
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.18
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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-20230714143523-dcb2c6b4985a h1:GqwUfiaH+gMjED6QugKE3EA4r95DiiYD4q3dvSMPitE=
github.com/bitrise-io/bitrise-init v0.0.0-20230714143523-dcb2c6b4985a/go.mod h1:4Pr0r3aDmcxkJ9k2SzfG1VPJ0X7IKBJApvDuUvPnLk0=
github.com/bitrise-io/bitrise-init v0.0.0-20230726090615-94c350647616 h1:Po/4TJdIyX7MSqR8fh/doqd+H9mf6epgS+l0amKZLvE=
github.com/bitrise-io/bitrise-init v0.0.0-20230726090615-94c350647616/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=
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ func main() {
failf("failed to expand path (%s), error: %s", cfg.ScanDirectory, err)
}

isPrivateRepo := cfg.SSHRsaPrivateKey != ""
result, platformsDetected := scanner.GenerateScanResult(searchDir, isPrivateRepo)
hasSSHKey := cfg.SSHRsaPrivateKey != ""
result, platformsDetected := scanner.GenerateScanResult(searchDir, hasSSHKey)

// Upload results
if resultClient != nil {
Expand Down
9 changes: 4 additions & 5 deletions vendor/github.com/bitrise-io/bitrise-init/models/models.go

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

22 changes: 11 additions & 11 deletions vendor/github.com/bitrise-io/bitrise-init/scanner/config.go

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

4 changes: 2 additions & 2 deletions vendor/github.com/bitrise-io/bitrise-init/scanner/result.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.

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.

4 changes: 2 additions & 2 deletions vendor/github.com/bitrise-io/bitrise-init/scanners/ios/ios.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.

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.

Loading

0 comments on commit 95b6c83

Please sign in to comment.