From 7e719033d65d992bb4aceb5ded98d5ff2636baad Mon Sep 17 00:00:00 2001 From: 178inaba <178inaba@users.noreply.github.com> Date: Thu, 17 Dec 2015 09:32:52 +0000 Subject: [PATCH 1/2] update godep --- Godeps/Godeps.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index ebda5138..13981e42 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/gin-gonic/gin", - "GoVersion": "go1.4.2", + "GoVersion": "go1.4", "Packages": [ "./..." ], @@ -21,6 +21,10 @@ "ImportPath": "github.com/mattn/go-colorable", "Rev": "d67e0b7d1797975196499f79bcc322c08b9f218b" }, + { + "ImportPath": "github.com/mattn/go-isatty", + "Rev": "56b76bdf51f7708750eac80fa38b952bb9f32639" + }, { "ImportPath": "github.com/stretchr/testify/assert", "Comment": "v1.0", @@ -30,6 +34,10 @@ "ImportPath": "golang.org/x/net/context", "Rev": "621fff363a1d9ad7fdd0bfa9d80a42881267deb4" }, + { + "ImportPath": "golang.org/x/sys/unix", + "Rev": "833a04a10549a95dc34458c195cbad61bbb6cb4d" + }, { "ImportPath": "gopkg.in/bluesuncorp/validator.v5", "Comment": "v5.4", From 0cecdfde82be92194b3224b94646e0fae2fb0f76 Mon Sep 17 00:00:00 2001 From: 178inaba <178inaba@users.noreply.github.com> Date: Thu, 17 Dec 2015 09:36:17 +0000 Subject: [PATCH 2/2] fix .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 695f0b7e..e4f7e05e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ go: - 1.4.2 - tip +go_import_path: github.com/gin-gonic/gin + script: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls