Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit bb8a327

Browse files
committed
update Gopkg.toml
1 parent 942792a commit bb8a327

File tree

25 files changed

+55
-55
lines changed

25 files changed

+55
-55
lines changed

Gopkg.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
required = ["github.com/Masterminds/semver"]
22

3-
[[dependencies]]
3+
[[constraint]]
44
branch = "2.x"
55
name = "github.com/Masterminds/semver"
66

7-
[[dependencies]]
7+
[[constraint]]
88
name = "github.com/Masterminds/vcs"
99
version = "^1.11.0"
1010

11-
[[dependencies]]
11+
[[constraint]]
1212
branch = "master"
1313
name = "github.com/pelletier/go-toml"
1414

15-
[[dependencies]]
15+
[[constraint]]
1616
name = "github.com/pkg/errors"
1717
version = ">=0.8.0, <1.0.0"

cmd/dep/testdata/harness_tests/ensure/empty/case1/final/Gopkg.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
## or in a dependency.
1313
# ignored = ["github.com/user/project/badpkg"]
1414

15-
## Dependencies define constraints on dependent projects. They are respected by
15+
## Constraint define constraints on dependent projects. They are respected by
1616
## dep whether coming from the Gopkg.toml of the current project or a dependency.
17-
# [[dependencies]]
17+
# [[constraint]]
1818
## Required: the root import path of the project being constrained.
1919
# name = "github.com/user/project"
2020
#
@@ -27,8 +27,8 @@
2727
## Optional: an alternate location (URL or import path) for the project's source.
2828
# source = "https://github.com/myfork/package.git"
2929

30-
## Overrides have the same structure as [[dependencies]], but supercede all
31-
## [[dependencies]] declarations from all projects. Only the current project's
30+
## Overrides have the same structure as [[constraint]], but supercede all
31+
## [[constraint]] declarations from all projects. Only the current project's
3232
## [[overrides]] are applied.
3333
##
3434
## Overrides are a sledgehammer. Use them only as a last resort.
@@ -51,6 +51,6 @@
5151

5252

5353

54-
[[dependencies]]
54+
[[constraint]]
5555
name = "github.com/sdboyer/deptest"
5656
version = "^1.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "~0.8.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "~0.8.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ignored = ["github.com/sdboyer/deptestdos"]
22

3-
[[dependencies]]
3+
[[constraint]]
44
branch = "master"
55
name = "github.com/sdboyer/deptest"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ignored = ["github.com/sdboyer/deptestdos"]
22

3-
[[dependencies]]
3+
[[constraint]]
44
branch = "master"
55
name = "github.com/sdboyer/deptest"

cmd/dep/testdata/harness_tests/ensure/override/case1/final/Gopkg.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
## or in a dependency.
1313
# ignored = ["github.com/user/project/badpkg"]
1414

15-
## Dependencies define constraints on dependent projects. They are respected by
15+
## Constraint define constraints on dependent projects. They are respected by
1616
## dep whether coming from the Gopkg.toml of the current project or a dependency.
17-
# [[dependencies]]
17+
# [[constraint]]
1818
## Required: the root import path of the project being constrained.
1919
# name = "github.com/user/project"
2020
#
@@ -27,8 +27,8 @@
2727
## Optional: an alternate location (URL or import path) for the project's source.
2828
# source = "https://github.com/myfork/package.git"
2929

30-
## Overrides have the same structure as [[dependencies]], but supercede all
31-
## [[dependencies]] declarations from all projects. Only the current project's
30+
## Overrides have the same structure as [[constraint]], but supercede all
31+
## [[constraint]] declarations from all projects. Only the current project's
3232
## [[overrides]] are applied.
3333
##
3434
## Overrides are a sledgehammer. Use them only as a last resort.
@@ -51,6 +51,6 @@
5151

5252

5353

54-
[[dependencies]]
54+
[[constraint]]
5555
name = "github.com/sdboyer/deptest"
5656
version = "^1.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "~0.8.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "~0.8.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "~0.8.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "~0.8.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
[[dependencies]]
2+
[[constraint]]
33
name = "github.com/sdboyer/deptest"
44
version = ">=0.8.0, <1.0.0"
55

6-
[[dependencies]]
6+
[[constraint]]
77
name = "github.com/sdboyer/deptestdos"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
[[dependencies]]
2+
[[constraint]]
33
name = "github.com/sdboyer/deptest"
44
version = ">=0.8.0, <1.0.0"
55

6-
[[dependencies]]
6+
[[constraint]]
77
name = "github.com/sdboyer/deptestdos"
88
version = "^2.0.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
[[dependencies]]
2+
[[constraint]]
33
branch = "master"
44
name = "github.com/sdboyer/deptest"
55

6-
[[dependencies]]
6+
[[constraint]]
77
name = "github.com/sdboyer/deptestdos"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
[[dependencies]]
2+
[[constraint]]
33
name = "github.com/sdboyer/deptest"
44
version = "^1.0.0"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/not/used"
33
version = "2.0.0"
44

5-
[[dependencies]]
5+
[[constraint]]
66
name = "github.com/sdboyer/deptest"
77
version = ">=0.8.0, <1.0.0"
88

9-
[[dependencies]]
9+
[[constraint]]
1010
name = "github.com/sdboyer/deptestdos"
1111
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "^0.8.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[[dependencies]]
1+
[[constraint]]
22
name = "github.com/sdboyer/deptest"
33
version = "^0.8.0"

0 commit comments

Comments
 (0)