Skip to content

Commit

Permalink
refactor: lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Jan 27, 2018
1 parent bc34426 commit 3b393c0
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.#*
.#*
vendor/
40 changes: 40 additions & 0 deletions Gopkg.lock

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

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

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
name = "github.com/Philipp15b/go-steam"
branch = "master"
source = "github.com/faceit/go-steam"

[[constraint]]
name = "github.com/Sirupsen/logrus"

[[constraint]]
name = "github.com/golang/protobuf"

0 comments on commit 3b393c0

Please sign in to comment.