Fix deps again

This commit is contained in:
Dan Sosedoff
2017-09-15 19:08:18 -05:00
parent 39e7b3f615
commit ccb84f585a
17 changed files with 4465 additions and 1 deletions

18
Godeps/Godeps.json generated
View File

@@ -1,13 +1,20 @@
{
"ImportPath": "github.com/sosedoff/pgweb",
"GoVersion": "go1.7",
"GoVersion": "go1.8",
"GodepVersion": "v79",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "github.com/BurntSushi/toml",
"Comment": "v0.1.0-9-g3883ac1",
"Rev": "3883ac1ce943878302255f538fce319d23226223"
},
{
"ImportPath": "github.com/davecgh/go-spew/spew",
"Rev": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d"
},
{
"ImportPath": "github.com/gin-gonic/gin",
"Comment": "v1.1-63-g963acc4",
@@ -60,6 +67,15 @@
"ImportPath": "github.com/mitchellh/go-homedir",
"Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52"
},
{
"ImportPath": "github.com/pmezard/go-difflib/difflib",
"Rev": "792786c7400a136282c1664665ae0a8db921c6c2"
},
{
"ImportPath": "github.com/stretchr/testify/assert",
"Comment": "v1.1.3",
"Rev": "f390dcf405f7b83c997eac1b06768bb9f44dec18"
},
{
"ImportPath": "github.com/tuvistavie/securerandom",
"Rev": "15512123a948d62f6361bd84818e11f2ad84059a"