Skip to content

Commit

Permalink
Update init dependency (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tothszabi authored Jul 14, 2023
1 parent 3fae977 commit a49da01
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 59 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-20230714112932-ade0cb89e971
github.com/bitrise-io/bitrise-init v0.0.0-20230714143523-dcb2c6b4985a
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-20230714112932-ade0cb89e971 h1:e8nxhJHHRemC3ZvmOGHZ8gJMBc2UjJ6VV/KmNAFQJCM=
github.com/bitrise-io/bitrise-init v0.0.0-20230714112932-ade0cb89e971/go.mod h1:4Pr0r3aDmcxkJ9k2SzfG1VPJ0X7IKBJApvDuUvPnLk0=
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/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

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.

10 changes: 10 additions & 0 deletions vendor/github.com/bitrise-io/bitrise-init/utility/utility.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github.com/beevik/etree
# github.com/bitrise-io/bitrise v0.0.0-20220217113333-f2def13a7946
## explicit; go 1.16
github.com/bitrise-io/bitrise/models
# github.com/bitrise-io/bitrise-init v0.0.0-20230714112932-ade0cb89e971
# github.com/bitrise-io/bitrise-init v0.0.0-20230714143523-dcb2c6b4985a
## explicit; go 1.17
github.com/bitrise-io/bitrise-init/analytics
github.com/bitrise-io/bitrise-init/errormapper
Expand Down

0 comments on commit a49da01

Please sign in to comment.