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

Switch to github.com/BurntSushi/toml #1323

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Gopkg.lock

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

10 changes: 7 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[[constraint]]
branch = "parse-constraints-with-dash-in-pre"
name = "github.com/Masterminds/semver"
branch = "parse-constraints-with-dash-in-pre"
source = "https://github.com/carolynvs/semver.git"

[[constraint]]
name = "github.com/Masterminds/vcs"
version = "1.11.0"

[[constraint]]
branch = "v2"
name = "github.com/go-yaml/yaml"
branch = "v2"

[[constraint]]
branch = "master"
name = "github.com/pelletier/go-toml"
branch = "master"

[[constraint]]
name = "github.com/pkg/errors"
Expand All @@ -30,3 +30,7 @@
[[constraint]]
name = "github.com/golang/protobuf"
branch = "master"

[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
2 changes: 1 addition & 1 deletion analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestAnalyzerDeriveManifestAndLock(t *testing.T) {
t.Fatal(err)
}
} else {
t.Fatalf("expected %s\n got %s", want, string(got))
t.Fatalf("(WNT):\n%s\n(GOT):\n%s", want, string(got))
}
}

Expand Down

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
@@ -1,8 +1,6 @@

[[constraint]]
branch = "master"
name = "github.com/sdboyer/deptesttres"

branch = "master"
[[constraint]]
name = "github.com/sdboyer/deptest"
version = "0.8.1"

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
@@ -1,8 +1,6 @@

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

[[constraint]]
branch = "master"
name = "github.com/sdboyer/deptesttres"
branch = "master"

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
@@ -1,8 +1,6 @@

[[constraint]]
branch = "master"
name = "github.com/sdboyer/deptesttres"

branch = "master"
[[constraint]]
name = "github.com/sdboyer/deptest"
version = "0.8.1"

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
@@ -1,8 +1,6 @@

[[constraint]]
branch = "master"
name = "github.com/sdboyer/deptesttres"

branch = "master"
[[constraint]]
name = "github.com/sdboyer/deptest"
version = "1.0.0"
21 changes: 10 additions & 11 deletions cmd/dep/testdata/harness_tests/ensure/add/desync/final/Gopkg.lock

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
@@ -1,6 +1,5 @@
[[constraint]]
name = "github.com/sdboyer/deptest"
version = "~0.8.0"
[[constraint]]
branch = "master"
version = "~0.8.0"[[constraint]]
name = "github.com/sdboyer/deptesttres"
branch = "master"

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
@@ -1,4 +1,3 @@

[[constraint]]
branch = "master"
name = "github.com/sdboyer/deptesttres"
branch = "master"

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

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
@@ -1,4 +1,3 @@

[[constraint]]
branch = "master"
name = "github.com/sdboyer/deptesttres"
branch = "master"

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

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

Loading