Skip to content

Commit

Permalink
dep update (#115)
Browse files Browse the repository at this point in the history
* Updated to latest bitrise-init dep, includes Android WF updates.
  • Loading branch information
lpusok authored Jan 26, 2022
1 parent 2a02ab9 commit 20a7b2b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/bitrise-io/bitrise v0.0.0-20210623145422-513e39485248 // indirect
github.com/bitrise-io/bitrise-init v0.0.0-20220125141216-6682bda67ae6
github.com/bitrise-io/bitrise-init v0.0.0-20220126155137-d72696271c25
github.com/bitrise-io/envman v0.0.0-20210630102032-df85af51bd1a // indirect
github.com/bitrise-io/go-steputils v0.0.0-20210527075147-910ce7a105a1
github.com/bitrise-io/go-utils v0.0.0-20210713111255-08be784d45d0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/bitrise-io/bitrise v0.0.0-20210519130014-380842fb41c1/go.mod h1:Jqf2P
github.com/bitrise-io/bitrise v0.0.0-20210623145422-513e39485248 h1:GfhBF379/Uwu4fmalhwwoJv3RcqlrlEo8+gGEcuXLsw=
github.com/bitrise-io/bitrise v0.0.0-20210623145422-513e39485248/go.mod h1:jqk9VdrvlRpRfIqA2DZHVNEMvPycmlpBfpiKxk89R6w=
github.com/bitrise-io/bitrise-init v0.0.0-20210518121553-1e678625c45d/go.mod h1:2bxvLp7xgXC3HsacG2Z5nn6WOjk8kbNOmLWjinnhnKg=
github.com/bitrise-io/bitrise-init v0.0.0-20220125141216-6682bda67ae6 h1:S4p3zAStpUrqHqk+Rvkx0Ms56OYj5F3ei1PucXCRooM=
github.com/bitrise-io/bitrise-init v0.0.0-20220125141216-6682bda67ae6/go.mod h1:I9KSWJm177/IOBMQHzn6BLgymVLQ0xlv/gMwDCYkWYU=
github.com/bitrise-io/bitrise-init v0.0.0-20220126155137-d72696271c25 h1:PMFyHhRAAsR9oKNNLYlbLpGyCc6tlzz0262v3LK/yDI=
github.com/bitrise-io/bitrise-init v0.0.0-20220126155137-d72696271c25/go.mod h1:I9KSWJm177/IOBMQHzn6BLgymVLQ0xlv/gMwDCYkWYU=
github.com/bitrise-io/colorstring v0.0.0-20180614154802-a8cd70115192/go.mod h1:CIHVcxZUvsG99XUJV6JlR7okNsMMGY81jMvPC20W+O0=
github.com/bitrise-io/envman v0.0.0-20200512105748-919e33f391ee/go.mod h1:m8pTp1o3Sw9uzDxb1WRm5IBRnMau2iOvPMSnRCAhQNI=
github.com/bitrise-io/envman v0.0.0-20210517135508-b2b4fe89eac5/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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ github.com/beevik/etree
# github.com/bitrise-io/bitrise v0.0.0-20210623145422-513e39485248
## explicit
github.com/bitrise-io/bitrise/models
# github.com/bitrise-io/bitrise-init v0.0.0-20220125141216-6682bda67ae6
# github.com/bitrise-io/bitrise-init v0.0.0-20220126155137-d72696271c25
## explicit
github.com/bitrise-io/bitrise-init/analytics
github.com/bitrise-io/bitrise-init/errormapper
Expand Down

0 comments on commit 20a7b2b

Please sign in to comment.