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

Commit

Permalink
Update dep's own manifest and lock to TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed Mar 29, 2017
1 parent c5e7d02 commit 793be89
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 61 deletions.
45 changes: 0 additions & 45 deletions lock.json

This file was deleted.

42 changes: 42 additions & 0 deletions lock.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
memo = "cc41b345e089178f5f2f52334b056eb59a7e66654a6339ee5f9c8a2c2eb57bf1"

[[projects]]
branch = "2.x"
name = "github.com/Masterminds/semver"
packages = ["."]
revision = "94ad6eaf8457cf85a68c9b53fa42e9b1b8683783"

[[projects]]
name = "github.com/Masterminds/vcs"
packages = ["."]
revision = "fbe9fb6ad5b5f35b3e82a7c21123cfc526cbf895"
version = "v1.8.0"

[[projects]]
branch = "master"
name = "github.com/armon/go-radix"
packages = ["."]
revision = "4239b77079c7b5d1243b7b4736304ce8ddb6f0f2"

[[projects]]
name = "github.com/pelletier/go-buffruneio"
packages = ["."]
revision = "c37440a7cf42ac63b919c752ca73a85067e05992"
version = "v0.2.0"

[[projects]]
name = "github.com/pelletier/go-toml"
packages = ["."]
revision = "fee7787d3f811af92276f5ff10107092e95b7a1d"

[[projects]]
name = "github.com/pkg/errors"
packages = ["."]
revision = "645ef00459ed84a119197bfb8d8205042c6df63d"
version = "v0.8.0"

[[projects]]
name = "github.com/sdboyer/gps"
packages = ["."]
revision = "287edec9f4ca516577cc3ac9744068a34c4c7b08"
version = "v0.14.1"
16 changes: 0 additions & 16 deletions manifest.json

This file was deleted.

20 changes: 20 additions & 0 deletions manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

[[dependencies]]
branch = "2.x"
name = "github.com/Masterminds/semver"

[[dependencies]]
name = "github.com/Masterminds/vcs"
version = "^1.8.0"

[[dependencies]]
name = "github.com/pelletier/go-toml"
revision = "fee7787d3f811af92276f5ff10107092e95b7a1d"

[[dependencies]]
name = "github.com/pkg/errors"
version = ">=0.8.0, <1.0.0"

[[dependencies]]
name = "github.com/sdboyer/gps"
version = ">=0.14.0, <1.0.0"

0 comments on commit 793be89

Please sign in to comment.