Skip to content

Commit

Permalink
chore: update dependencies for release (#91)
Browse files Browse the repository at this point in the history
* refactor: work directory set moved to compiler

* chore: updates for v0.3.0-rc3

* chore: update dependencies for release

* chore: update dependencies for release
  • Loading branch information
Neal authored May 7, 2020
1 parent f1cf389 commit fe79099
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/coreos/go-semver v0.3.0
github.com/gin-gonic/gin v1.5.0
github.com/go-vela/pkg-executor v0.4.0
github.com/go-vela/pkg-queue v0.4.0
github.com/go-vela/pkg-runtime v0.4.0
github.com/go-vela/sdk-go v0.4.0
github.com/go-vela/types v0.4.0
github.com/go-vela/pkg-executor v0.4.1
github.com/go-vela/pkg-queue v0.4.1
github.com/go-vela/pkg-runtime v0.4.1
github.com/go-vela/sdk-go v0.4.1
github.com/go-vela/types v0.4.1
github.com/joho/godotenv v1.3.0
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect
Expand Down
26 changes: 13 additions & 13 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+
github.com/go-redis/redis v6.15.7+incompatible h1:3skhDh95XQMpnqeqNftPkQD9jL9e5e36z/1SUm6dy1U=
github.com/go-redis/redis v6.15.7+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-vela/compiler v0.4.0/go.mod h1:xSwR92izpiR6zs+FjSim/ic7BbKumMz0QlAjnVKKvRA=
github.com/go-vela/mock v0.4.0 h1:dsGhJHDbM/4FibLqCdHsUV+oADEqht1I+dlA5oa6ADU=
github.com/go-vela/mock v0.4.0/go.mod h1:rYOHTgSHhYPbgn/4h5N7cIOmRpH5XogLbCz3FyW+Xv0=
github.com/go-vela/pkg-executor v0.4.0 h1:oFxdWNG0KyB4HP3IkWMM+z4pigjUNok2A8qHw4pcHv8=
github.com/go-vela/pkg-executor v0.4.0/go.mod h1:Iko0qFkcY7vrM9IrHPZ1MPmiiadg2IDdHBD7QkVsaVo=
github.com/go-vela/pkg-queue v0.4.0 h1:suwI1FZF+ApVmX7LlfLx6J6HC6cIrpINb9evOSJJoEc=
github.com/go-vela/pkg-queue v0.4.0/go.mod h1:5KR+OtelYJ3ldVLZus7bOwcmDI46nF6ffj4KdSp54uk=
github.com/go-vela/pkg-runtime v0.4.0 h1:2ZkGJoeeJh5mKt/x4p7ff74S0E3HcPbI9W5O2nByvWw=
github.com/go-vela/pkg-runtime v0.4.0/go.mod h1:zLlASzTa/oOJMKgVQixJyumzRsEQKcUYbzEUhhc5my4=
github.com/go-vela/sdk-go v0.4.0 h1:exnNeImHmvLBgTwp7tWtqjH0rh9G1GISJR1RFGomKTQ=
github.com/go-vela/sdk-go v0.4.0/go.mod h1:jhG5Hu7+3ka4P2avfmnyNZQ5SeYPh6BGlNi9enht8FI=
github.com/go-vela/types v0.4.0 h1:g2CceYM78QYJ3AbnPpSFoELTw3Ll+tAgoyFGyr2YGoU=
github.com/go-vela/types v0.4.0/go.mod h1:ig7fC+MKGsgAlKqovkFsUQlbZtLDLhl/djiedHmsL5s=
github.com/go-vela/compiler v0.4.1/go.mod h1:e8DKedX+jeToGKGFjbU+mLrGVOlYf9YHVHPpjPjnNKc=
github.com/go-vela/mock v0.4.1 h1:7G92ioeNWF6xg+pUy30hWgfC6Y10139cowwF/H/L9jE=
github.com/go-vela/mock v0.4.1/go.mod h1:LygJGtLygd4TG35C159b6i0GnGsnVN2wRd2tBIaiMM4=
github.com/go-vela/pkg-executor v0.4.1 h1:nQtJSYYmAeozHdDHmOAHuMjqceCvoVAXXUA7dq0Y0Is=
github.com/go-vela/pkg-executor v0.4.1/go.mod h1:ywMmEcqNNCSxLJjEh8WzX18blDl6G9veGpu4230bV50=
github.com/go-vela/pkg-queue v0.4.1 h1:i5ufaEt9mtyakGGQ2+2YI85zE3WKgf1ItAgfIAvr5Ww=
github.com/go-vela/pkg-queue v0.4.1/go.mod h1:B8NkkyK8iHL7LLZIZfBQvx7vIWsxV6qGA0l4admNvHo=
github.com/go-vela/pkg-runtime v0.4.1 h1:JfS8EGz+7qyCAieSyxwfgRaB7d+f6y6hVeRLbqyMCWE=
github.com/go-vela/pkg-runtime v0.4.1/go.mod h1:/VdR+ulKnZQkBLEvAYl7vRKDST2sD9tCd3wcrzJy3gU=
github.com/go-vela/sdk-go v0.4.1 h1:mjynasl7lbcFtZjvo8TVOSfa1TmjGAZ88Tc7lSH0ESM=
github.com/go-vela/sdk-go v0.4.1/go.mod h1:s6fXrnegJ9XMTAqKxRqRZmHsFDeoqKVHVJn4Zdn4GLU=
github.com/go-vela/types v0.4.1 h1:XLRkvcLTr6wTUR2tz5sUYWCyDnIs5j5zdfN+4aCaScM=
github.com/go-vela/types v0.4.1/go.mod h1:ig7fC+MKGsgAlKqovkFsUQlbZtLDLhl/djiedHmsL5s=
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/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
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 @@ -256,7 +256,7 @@ func TestMiddleware_Secure_TLS(t *testing.T) {

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

// setup context
gin.SetMode(gin.DebugMode)
Expand Down Expand Up @@ -287,7 +287,7 @@ func TestMiddleware_RequestVersion(t *testing.T) {

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

// setup context
gin.SetMode(gin.TestMode)
Expand Down Expand Up @@ -318,7 +318,7 @@ func TestMiddleware_RequestVersion_Prod(t *testing.T) {

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

// setup context
gin.SetMode(gin.DebugMode)
Expand Down Expand Up @@ -349,7 +349,7 @@ func TestMiddleware_ResponseVersion(t *testing.T) {

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

// setup context
gin.SetMode(gin.TestMode)
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 = 4
// VersionPatch is for backwards-compatible bug fixes
VersionPatch int64
VersionPatch int64 = 1
// VersionDev indicates build metadata. Releases will be empty string.
VersionDev string
)
Expand Down

0 comments on commit fe79099

Please sign in to comment.