Skip to content

Commit 3c56a85

Browse files
dep update: normalize the scheme's name before comparing it with the input (#146)
* normalize the scheme's name before comparing it with the input * dep: lock on master the text dependency * dep: update xcode-project and lock it on master branch * dep: re-run dep init to clean the unused dependencies and to add the `prune` section with `unused-packages = true` * -
1 parent 7d8a0f1 commit 3c56a85

File tree

221 files changed

+24888
-20076
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+24888
-20076
lines changed

Gopkg.lock

Lines changed: 42 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
1+
12
[[constraint]]
3+
branch = "master"
24
name = "github.com/bitrise-io/go-utils"
5+
6+
[[constraint]]
37
branch = "master"
8+
name = "github.com/bitrise-tools/go-steputils"
49

510
[[constraint]]
6-
name = "github.com/bitrise-tools/go-xcode"
711
branch = "master"
12+
name = "github.com/bitrise-tools/go-xcode"
813

914
[[constraint]]
10-
name = "github.com/hashicorp/go-version"
1115
branch = "master"
16+
name = "github.com/bitrise-tools/xcode-project"
1217

1318
[[constraint]]
14-
name = "github.com/kballard/go-shellquote"
1519
branch = "master"
20+
name = "github.com/kballard/go-shellquote"
1621

1722
[[constraint]]
1823
name = "github.com/ryanuber/go-glob"
1924
branch = "master"
25+
26+
[[constraint]]
27+
branch = "master"
28+
name = "howett.net/plist"
29+
30+
[prune]
31+
go-tests = true
32+
unused-packages = true

vendor/github.com/bitrise-io/go-utils/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/bitrise-io/go-utils/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

vendor/github.com/bitrise-io/go-utils/bitrise.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/bitrise-io/go-utils/builtinutil/builtinutil.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

vendor/github.com/bitrise-io/go-utils/builtinutil/builtinutil_test.go

Lines changed: 0 additions & 92 deletions
This file was deleted.

vendor/github.com/bitrise-io/go-utils/colorstring/colorstring_test.go

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)