Skip to content

Commit ce23d30

Browse files
authored
Xcode9 (#54)
* xcode 9 updates * pr fixes * log updates * README.md update * log update * pr fixes
1 parent c202dfa commit ce23d30

File tree

962 files changed

+143974
-6664
lines changed

Some content is hidden

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

962 files changed

+143974
-6664
lines changed

Godeps/Godeps.json

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

Gopkg.lock

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

Gopkg.toml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
# Gopkg.toml example
3+
#
4+
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
5+
# for detailed Gopkg.toml documentation.
6+
#
7+
# required = ["github.com/user/thing/cmd/thing"]
8+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
9+
#
10+
# [[constraint]]
11+
# name = "github.com/user/project"
12+
# version = "1.0.0"
13+
#
14+
# [[constraint]]
15+
# name = "github.com/user/project2"
16+
# branch = "dev"
17+
# source = "github.com/myfork/project2"
18+
#
19+
# [[override]]
20+
# name = "github.com/x/y"
21+
# version = "2.4.0"
22+
23+
24+
[[constraint]]
25+
name = "github.com/bitrise-io/go-utils"
26+
branch = "master"
27+
28+
[[constraint]]
29+
name = "github.com/bitrise-io/goinp"
30+
branch = "master"
31+
32+
[[constraint]]
33+
name = "github.com/bitrise-tools/go-xamarin"
34+
branch = "master"
35+
36+
[[constraint]]
37+
name = "github.com/bitrise-tools/go-xcode"
38+
branch = "master"
39+
40+
[[constraint]]
41+
name = "github.com/pkg/errors"
42+
branch = "master"
43+
44+
[[constraint]]
45+
name = "github.com/spf13/cobra"
46+
branch = "master"
47+
48+
[[constraint]]
49+
name = "github.com/stretchr/testify"
50+
branch = "master"

0 commit comments

Comments
 (0)