Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/bitrise-io/bitrise v0.0.0-20230707121919-a5b9e2d27ea9
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.40
github.com/bitrise-io/go-utils v1.0.13
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.26
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.28.0.20260129135042-916e3b7a8f35
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.70
github.com/bitrise-steplib/steps-deploy-to-bitrise-io v0.0.0-20250707145051-550b658b019b
github.com/hashicorp/go-version v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.40/go.mod h1:UNKPd7zsUF7gtOpW
github.com/bitrise-io/go-utils v1.0.1/go.mod h1:ZY1DI+fEpZuFpO9szgDeICM4QbqoWVt0RSY3tRI1heY=
github.com/bitrise-io/go-utils v1.0.13 h1:1QENhTS/JlKH9F7+/nB+TtbTcor6jGrE6cQ4CJWfp5U=
github.com/bitrise-io/go-utils v1.0.13/go.mod h1:ZY1DI+fEpZuFpO9szgDeICM4QbqoWVt0RSY3tRI1heY=
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.26 h1:meDTxqONXlQv2JmOcEbJj5Wx7WcuwpHRsP5MUob1NCQ=
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.26/go.mod h1:3XUplo0dOWc3DqT2XA2SeHToDSg7+j1y1HTHibT2H68=
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.28.0.20260129135042-916e3b7a8f35 h1:oefgtDJxTwjZ+YGlHn9ROo71IZTXkAK1/Vt7mR8b2K8=
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.28.0.20260129135042-916e3b7a8f35/go.mod h1:6/2xllOblqANQitGXDwazMX87peiEhXRSZE/dkZCYyk=
github.com/bitrise-io/go-xcode v1.3.0 h1:QB8Vyr2oZQro/ocs9DJai80rlYL1hU1kwjHqdGslFLo=
github.com/bitrise-io/go-xcode v1.3.0/go.mod h1:9OwsvrhZ4A2JxHVoEY7CPcABAKA+OE7FQqFfBfvbFuY=
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.70 h1:yx7xxWLoBetwiLof++8o+hTELevEq2NJgft+go/Fhuk=
Expand Down
2 changes: 1 addition & 1 deletion step/step.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/bitrise-io/go-steputils/v2/stepconf"
"github.com/bitrise-io/go-steputils/v2/testquarantine"
"github.com/bitrise-io/go-utils/colorstring"
"github.com/bitrise-io/go-utils/progress"
"github.com/bitrise-io/go-utils/v2/progress"
"github.com/bitrise-io/go-utils/sliceutil"
"github.com/bitrise-io/go-utils/v2/command"
"github.com/bitrise-io/go-utils/v2/log"
Expand Down
13 changes: 13 additions & 0 deletions vendor/github.com/bitrise-io/go-utils/v2/log/log.go

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

127 changes: 127 additions & 0 deletions vendor/github.com/bitrise-io/go-utils/v2/progress/spinner.go

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

61 changes: 61 additions & 0 deletions vendor/github.com/bitrise-io/go-utils/v2/progress/wrapper.go

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

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ github.com/bitrise-io/go-utils/retry
github.com/bitrise-io/go-utils/sliceutil
github.com/bitrise-io/go-utils/stringutil
github.com/bitrise-io/go-utils/ziputil
# github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.26
# github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.28.0.20260129135042-916e3b7a8f35
## explicit; go 1.17
github.com/bitrise-io/go-utils/v2/command
github.com/bitrise-io/go-utils/v2/env
Expand All @@ -45,6 +45,7 @@ github.com/bitrise-io/go-utils/v2/fileutil
github.com/bitrise-io/go-utils/v2/log
github.com/bitrise-io/go-utils/v2/log/colorstring
github.com/bitrise-io/go-utils/v2/pathutil
github.com/bitrise-io/go-utils/v2/progress
# github.com/bitrise-io/go-xcode v1.3.0
## explicit; go 1.20
github.com/bitrise-io/go-xcode/xcodeproject/serialized
Expand Down