Skip to content

Commit

Permalink
Adding Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Aug 10, 2018
1 parent 0c82fb6 commit bd0fefc
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Gopkg.lock

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

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

# 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/francoispqt/onelog"
version = "0.11.5"

[[constraint]]
name = "github.com/gofunky/zipstream"
version = "1.0.0-beta.1"

[[constraint]]
name = "github.com/valyala/fasthttp"
version = "20180529.0.0"

0 comments on commit bd0fefc

Please sign in to comment.