Skip to content

Commit

Permalink
lock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Mar 15, 2018
1 parent 3f50a66 commit 6b8f8dc
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

vendor/

### JetBrains template

# User-specific stuff:
Expand Down
46 changes: 46 additions & 0 deletions Gopkg.lock

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

14 changes: 14 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.

[[constraint]]
name = "github.com/boltdb/bolt"
version = "1.3.1"

[[constraint]]
branch = "master"
name = "github.com/syndtr/goleveldb"

[prune]
go-tests = true
unused-packages = true

0 comments on commit 6b8f8dc

Please sign in to comment.