-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TOOL-994 Update used tool and plugin versions, dependencies (#671)
* Update minimum tool and plugin versions * Gopkg update * dep update * Bumping version * Adding go-utils/envutil as required package import path, as it is used by integration tests * Require stepman and envman * Update version in update test * Use 1.32.0 as version, Gopkg use full versions * Use master from urfave/cli
- Loading branch information
Showing
831 changed files
with
3,373 additions
and
143,688 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,59 @@ | ||
# Used by integration tests | ||
required = ["github.com/bitrise-io/go-utils/envutil", | ||
"github.com/bitrise-io/envman", | ||
"github.com/bitrise-io/stepman"] | ||
|
||
[[constraint]] | ||
name = "github.com/Sirupsen/logrus" | ||
branch = "master" | ||
version = "1.4.2" | ||
|
||
[[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/bitrise-io/stepman" | ||
branch = "master" | ||
|
||
[[constraint]] | ||
name = "github.com/bitrise-io/gows" | ||
branch = "master" | ||
|
||
[[constraint]] | ||
name = "github.com/hashicorp/go-version" | ||
branch = "master" | ||
name = "github.com/bitrise-io/stepman" | ||
|
||
[[constraint]] | ||
name = "github.com/pkg/errors" | ||
branch = "master" | ||
name = "github.com/hashicorp/go-version" | ||
version = "1.2.0" | ||
|
||
[[constraint]] | ||
name = "github.com/ryanuber/go-glob" | ||
branch = "master" | ||
version = "1.0.0" | ||
|
||
[[constraint]] | ||
name = "github.com/stretchr/testify" | ||
branch = "master" | ||
version = "1.3.0" | ||
|
||
[[constraint]] | ||
# depending on master branch, as latest release (on 2019-07-11) 1.20.0 was released on 2017-08-11, and there was no release since | ||
# override is needed to resolve package conflict with envman: | ||
# master: Could not introduce github.com/bitrise-io/envman@master, as it has a dependency on github.com/urfave/cli with constraint ^1.20.0, which has no overlap with existing constraint master from (root) | ||
[[override]] | ||
name = "github.com/urfave/cli" | ||
branch = "master" | ||
|
||
[[constraint]] | ||
name = "golang.org/x/sys" | ||
branch = "master" | ||
name = "golang.org/x/sys" | ||
|
||
[[constraint]] | ||
name = "gopkg.in/yaml.v2" | ||
branch = "v2" | ||
|
||
version = "v2" | ||
|
||
[prune] | ||
go-tests = true | ||
unused-packages = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.