Skip to content

Commit

Permalink
chore: upgrade dependencies for v0.9.0 (#117)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies for v0.9.0

* chore: update version to 9
  • Loading branch information
KellyMerrick authored Aug 26, 2021
1 parent f7bd112 commit 54eeffa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.3
github.com/go-vela/mock v0.9.0-rc3
github.com/go-vela/types v0.9.0-rc3
github.com/go-vela/mock v0.9.0
github.com/go-vela/types v0.9.0
github.com/golang-jwt/jwt/v4 v4.0.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 @@ -40,10 +40,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.9.0-rc3 h1:8npixKPD49aAZ8/dbyoqcxxjGtydFyvBQ9u8J97zJ+g=
github.com/go-vela/mock v0.9.0-rc3/go.mod h1:nxhU2OWqtFESLPz4/FbQ1WsIjHUVvhmsrvy0pIDgxSM=
github.com/go-vela/types v0.9.0-rc3 h1:ucWTlDvIf1Hd3tUD4dC9plN0RbgPWny84vE/42oYctM=
github.com/go-vela/types v0.9.0-rc3/go.mod h1:uiQ8TITRIemGwgnfACIHaTdcTVJaZTo7eO1HZeFgnHc=
github.com/go-vela/mock v0.9.0 h1:c1bhTmVQ8xIYFvBi8SBSWc83IkXXUTzi20P3IVjKaJ4=
github.com/go-vela/mock v0.9.0/go.mod h1:PMfa8HcsLCOfr1bVQ2+I6udUCuEnB5BXir4r+uVysXE=
github.com/go-vela/types v0.9.0 h1:vAwxYzG8KSDtvpSALOoHzac4wrMM+NFW1QxoXrjXWSc=
github.com/go-vela/types v0.9.0/go.mod h1:uiQ8TITRIemGwgnfACIHaTdcTVJaZTo7eO1HZeFgnHc=
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/golang-jwt/jwt/v4 v4.0.0 h1:RAqyYixv1p7uEnocuy8P1nru5wprCh/MH2BIlW5z5/o=
github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (
// VersionMajor is for an API incompatible changes.
VersionMajor int64
// VersionMinor is for functionality in a backwards-compatible manner.
VersionMinor int64 = 8
VersionMinor int64 = 9
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64
)
Expand Down

0 comments on commit 54eeffa

Please sign in to comment.