Adding dep dependency management files to utilize vendoring

This commit is contained in:
Alexej Kubarev 2018-07-16 18:18:02 +02:00
parent b425c9ca00
commit 00324cb2d2
No known key found for this signature in database
GPG key ID: EB7FF167F615F3BB
2 changed files with 33 additions and 0 deletions

25
Gopkg.lock generated Normal file
View file

@ -0,0 +1,25 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
name = "github.com/karlseguin/expect"
packages = [
".",
"build",
"mock"
]
revision = "4fcda73748276dc72bcc09729bdb56242093c12c"
version = "v1.0.1"
[[projects]]
branch = "master"
name = "github.com/wsxiaoys/terminal"
packages = ["color"]
revision = "0940f3fc43a0ed42d04916b1c04578462c650b09"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "a7bf38c5b0c419759438d9dca1af1ee50d70f07bc087f713c2ae35cbebdaf84b"
solver-name = "gps-cdcl"
solver-version = 1

8
Gopkg.toml Normal file
View file

@ -0,0 +1,8 @@
[[constraint]]
name = "github.com/karlseguin/expect"
version = "1.0.1"
[prune]
go-tests = true
unused-packages = true