Skip to content

Commit

Permalink
Rewrite dep files into new format
Browse files Browse the repository at this point in the history
Conversion to TOML plus some manual fixups.
  • Loading branch information
smira committed Apr 14, 2017
1 parent 898cbd2 commit 8bf71a5
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 323 deletions.
185 changes: 185 additions & 0 deletions Gopkg.lock

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

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

[[dependencies]]
name = "github.com/gin-gonic/gin"
revision = "b1758d3bfa09e61ddbc1c9a627e936eec6a170de"

[[dependencies]]
branch = "master"
name = "github.com/mkrautz/goar"

[[dependencies]]
branch = "master"
name = "github.com/smira/go-uuid"

[[dependencies]]
branch = "master"
name = "github.com/smira/go-xz"

[[dependencies]]
name = "github.com/ugorji/go"
revision = "71c2886f5a673a35f909803f38ece5810165097b"

[[dependencies]]
branch = "master"
name = "golang.org/x/crypto"

[[dependencies]]
branch = "master"
name = "golang.org/x/sys"

[[dependencies]]
branch = "v1"
name = "gopkg.in/check.v1"
Loading

0 comments on commit 8bf71a5

Please sign in to comment.