Skip to content

Commit

Permalink
chore: release v0.10.0-rc3 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored Oct 18, 2021
1 parent eb0342b commit 14439d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3
github.com/coreos/go-semver v0.3.0
github.com/gin-gonic/gin v1.7.4
github.com/go-vela/mock v0.10.0-rc2
github.com/go-vela/types v0.10.0-rc2
github.com/go-vela/mock v0.10.0-rc3
github.com/go-vela/types v0.10.0-rc3
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/google/go-cmp v0.5.6
github.com/google/go-querystring v1.1.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD87
github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=
github.com/go-playground/validator/v10 v10.4.1 h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7aM3F26W0hOn+GE=
github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4=
github.com/go-vela/mock v0.10.0-rc2 h1:IJbrTczeGl+1Q0ynPUWVVScbc5p3/bRnfRyTRqqOl+g=
github.com/go-vela/mock v0.10.0-rc2/go.mod h1:VDKgwRdTG/mY+xMVtcxKIhiJj6iNL2Xydf5z72XWgXw=
github.com/go-vela/types v0.10.0-rc2 h1:6MJBM2ZNN/czW4lQbt2hnGmpakY1Hc4Q0unrbsCdEk4=
github.com/go-vela/types v0.10.0-rc2/go.mod h1:6taTlivaC0wDwDJVlc8sBaVZToyzkyDMtGUYIAfgA9M=
github.com/go-vela/mock v0.10.0-rc3 h1:8iSaXkFrfd4CLecJyoOKLHycy4V8gzNZvn2tl74gh0Y=
github.com/go-vela/mock v0.10.0-rc3/go.mod h1:2Ozzvev0kVsZCkkwbVvQHY7MbmENfR86wJ8pvtYtMhc=
github.com/go-vela/types v0.10.0-rc3 h1:QWxjrxJnxLCxY1aBh/2DYugfdR5WVdWmaiMfvhNaN+0=
github.com/go-vela/types v0.10.0-rc3/go.mod h1:6taTlivaC0wDwDJVlc8sBaVZToyzkyDMtGUYIAfgA9M=
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/golang-jwt/jwt/v4 v4.1.0 h1:XUgk2Ex5veyVFVeLm0xhusUTQybEbexJXrvPNOKkSY0=
github.com/golang-jwt/jwt/v4 v4.1.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
Expand Down

0 comments on commit 14439d4

Please sign in to comment.