Add dep files

This commit is contained in:
Stephen McQuay 2018-01-16 21:04:59 -08:00
parent a9eabe4d43
commit 7aabb5ab7a
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
2 changed files with 51 additions and 0 deletions

21
Gopkg.lock generated Normal file
View File

@ -0,0 +1,21 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
name = "github.com/golang/protobuf"
packages = ["jsonpb","proto","ptypes/struct"]
revision = "1e59b77b52bf8e4b449a57e6f79f21226d571845"
[[projects]]
name = "github.com/twitchtv/twirp"
packages = [".","ctxsetters","internal/contextkeys"]
revision = "db96cdf354e8dc053e5ee5fe890bb0a7f18123ab"
version = "v5.0.0"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "68c6686100dcabf5b9a90eef1f5a153c4b517f83b9645411b32df69562daddee"
solver-name = "gps-cdcl"
solver-version = 1

30
Gopkg.toml Normal file
View File

@ -0,0 +1,30 @@
# 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]]
branch = "master"
name = "github.com/golang/protobuf"
[[constraint]]
name = "github.com/twitchtv/twirp"
version = "5.0.0"