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

Commit

Permalink
Fix failed integration tests due to new init algo
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowlzz committed Apr 30, 2017
1 parent fd224cc commit 14c8cc6
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 7 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@
# source = "https://github.com/myfork/package.git"



[[dependencies]]
name = "github.com/sdboyer/deptest"
version = "^1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@
# source = "https://github.com/myfork/package.git"



[[dependencies]]
name = "github.com/sdboyer/deptest"
version = "^1.0.0"
2 changes: 1 addition & 1 deletion cmd/dep/testdata/harness_tests/init/case1/final/Gopkg.lock

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

1 change: 0 additions & 1 deletion cmd/dep/testdata/harness_tests/init/case1/final/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

[[dependencies]]
name = "github.com/sdboyer/deptestdos"
revision = "a0196baa11ea047dd65037287451d36b861b00ea"
2 changes: 1 addition & 1 deletion cmd/dep/testdata/harness_tests/init/case2/final/Gopkg.lock

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

4 changes: 4 additions & 0 deletions cmd/dep/testdata/harness_tests/init/case2/final/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
[[dependencies]]
name = "github.com/sdboyer/deptest"
version = ">=0.8.0, <1.0.0"

[[dependencies]]
name = "github.com/sdboyer/deptestdos"
version = "^2.0.0"
2 changes: 1 addition & 1 deletion cmd/dep/testdata/harness_tests/init/case3/final/Gopkg.lock

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

1 change: 0 additions & 1 deletion cmd/dep/testdata/harness_tests/init/case3/final/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

[[dependencies]]
name = "github.com/sdboyer/deptestdos"
revision = "a0196baa11ea047dd65037287451d36b861b00ea"

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

[[dependencies]]
name = "github.com/sdboyer/deptest"
version = "^1.0.0"

0 comments on commit 14c8cc6

Please sign in to comment.