Skip to content

Commit

Permalink
Merge pull request #13 from go-vela/mod
Browse files Browse the repository at this point in the history
Update go mod
  • Loading branch information
meinenec authored Nov 11, 2019
2 parents c856116 + efe4b31 commit b32ecb4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require (
github.com/drone/envsubst v1.0.2
github.com/gin-gonic/gin v1.4.0
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-vela/mock v0.1.1
github.com/go-vela/sdk-go v0.1.1
github.com/go-vela/types v0.1.1
github.com/go-vela/mock v0.1.2
github.com/go-vela/sdk-go v0.1.2
github.com/go-vela/types v0.1.2
github.com/google/go-cmp v0.3.1
github.com/gorilla/mux v1.7.3 // indirect
github.com/morikuni/aec v1.0.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V
github.com/go-redis/redis v6.15.6+incompatible h1:H9evprGPLI8+ci7fxQx6WNZHJSb7be8FqJQRhdQZ5Sg=
github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-vela/mock v0.1.1 h1:l/W0bBUJlFi3cs/lfzU/NxfyBAJisR4Zuq5OmPbvVII=
github.com/go-vela/mock v0.1.1/go.mod h1:feFnPD27oy3xTCDGYqbSvfbfR0JgZh5NaQaC4XFFwRU=
github.com/go-vela/sdk-go v0.1.1 h1:LCMtEZSvu4dizWEZjyJ/z8CvUtzfUkdvJ96UlQFA7OY=
github.com/go-vela/sdk-go v0.1.1/go.mod h1:Uhxu8oN1DWTlsh+4QaiU0t9cTFhguzq5bF4pWy3FdZE=
github.com/go-vela/types v0.1.1 h1:mCZzTZsw2BFachgRns0I3FcmyFn2njfSJhx/celju4k=
github.com/go-vela/types v0.1.1/go.mod h1:JR5jxRuE5A+RZyyQqMd4lJoUApVFo/Iq9iABbQzPCj0=
github.com/go-vela/mock v0.1.2 h1:Faxe3QHa6dqZKTAqBYH3XBMXLJBBRUEzaFNzBupgkb4=
github.com/go-vela/mock v0.1.2/go.mod h1:zZ5GTcbjDqal6wziV1Hre0qHC2x9NHvRF8Z5L5trZUw=
github.com/go-vela/sdk-go v0.1.2 h1:pqu2fbC4k6yZdFgBVfgVkSLV+vrZUo4RD9kJ22SWlo8=
github.com/go-vela/sdk-go v0.1.2/go.mod h1:LyxSwMhEcvOJv2AZCuqxzYKoxw4oR7sVRvSycLubJMw=
github.com/go-vela/types v0.1.2 h1:1YyjLJNREMiEkI8KH2bGICz7jihvsROTjFm8TaoaY7E=
github.com/go-vela/types v0.1.2/go.mod h1:JR5jxRuE5A+RZyyQqMd4lJoUApVFo/Iq9iABbQzPCj0=
github.com/gogo/protobuf v1.1.1 h1:72R+M5VuhED/KujmZVcIquuo8mBgX4oVda//DQb3PXo=
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
Expand Down
8 changes: 4 additions & 4 deletions router/middleware/header_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func TestMiddleware_Secure_TLS(t *testing.T) {

func TestMiddleware_RequestVersion(t *testing.T) {
// setup types
wantVersion := "0.1.1"
wantVersion := "0.1.2"

// setup context
resp := httptest.NewRecorder()
Expand Down Expand Up @@ -293,7 +293,7 @@ func TestMiddleware_RequestVersion(t *testing.T) {

func TestMiddleware_RequestVersion_Prod(t *testing.T) {
// setup types
wantVersion := "0.1.1"
wantVersion := "0.1.2"

// setup context
resp := httptest.NewRecorder()
Expand Down Expand Up @@ -323,7 +323,7 @@ func TestMiddleware_RequestVersion_Prod(t *testing.T) {

func TestMiddleware_ResponseVersion(t *testing.T) {
// setup types
wantVersion := "0.1.1"
wantVersion := "0.1.2"

// setup context
resp := httptest.NewRecorder()
Expand Down Expand Up @@ -353,7 +353,7 @@ func TestMiddleware_ResponseVersion(t *testing.T) {

func TestMiddleware_ResponseVersion_Prod(t *testing.T) {
// setup types
wantVersion := "0.1.1"
wantVersion := "0.1.2"

// setup context
resp := httptest.NewRecorder()
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor int64 = 1
// VersionPatch is for backwards-compatible bug fixes
VersionPatch int64 = 1
VersionPatch int64 = 2
// VersionDev indicates drone build number. Releases will be empty string.
VersionDev string
)
Expand Down

0 comments on commit b32ecb4

Please sign in to comment.