Skip to content

Commit

Permalink
TOOL-994 Release (#273)
Browse files Browse the repository at this point in the history
* increasing version

* Gopkg update

* dep update
  • Loading branch information
lpusok authored and trapacska committed Jul 10, 2019
1 parent af0e468 commit dba0dac
Show file tree
Hide file tree
Showing 160 changed files with 19,559 additions and 2,322 deletions.
49 changes: 30 additions & 19 deletions Gopkg.lock

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

21 changes: 15 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,39 @@

[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.4.2"

[[constraint]]
branch = "master"
name = "github.com/bitrise-io/colorstring"

[[constraint]]
name = "github.com/bitrise-io/envman"
branch = "master"
name = "github.com/bitrise-io/envman"

[[constraint]]
name = "github.com/bitrise-io/go-utils"
branch = "master"
name = "github.com/bitrise-io/go-utils"

[[constraint]]
name = "github.com/bitrise-io/goinp"
branch = "master"
name = "github.com/bitrise-io/goinp"

[[constraint]]
name = "github.com/google/go-cmp"
version = "0.3.0"

[[constraint]]
name = "github.com/stretchr/testify"
branch = "master"
version = "1.3.0"

[[constraint]]
name = "github.com/urfave/cli"
branch = "master"
version = "1.20.0"

[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"
version = "2.2.2"

[prune]
go-tests = true
Expand Down
4 changes: 2 additions & 2 deletions _tests/integration/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Test_VersionOutput(t *testing.T) {
{
out, err := command.RunCommandAndReturnCombinedStdoutAndStderr(binPath(), "version")
require.NoError(t, err, out)
require.Equal(t, "0.11.6", out)
require.Equal(t, "0.11.7", out)
}

t.Log("Version --full")
Expand All @@ -23,7 +23,7 @@ func Test_VersionOutput(t *testing.T) {
require.NoError(t, err, out)

expectedOSVersion := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)
expectedVersionOut := fmt.Sprintf(`version: 0.11.6
expectedVersionOut := fmt.Sprintf(`version: 0.11.7
os: %s
go: %s
build_number:
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/Sirupsen/logrus/README.md

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/bitrise-io/goinp/LICENSE

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

Loading

0 comments on commit dba0dac

Please sign in to comment.