Skip to content

Commit

Permalink
chore(release): upgrade server and sdk to rc2 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Apr 20, 2023
1 parent 21eece0 commit 99cee58
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 @@ -8,8 +8,8 @@ require (
github.com/docker/docker v20.10.24+incompatible
github.com/docker/go-units v0.5.0
github.com/gin-gonic/gin v1.9.0
github.com/go-vela/sdk-go v0.19.0-rc1
github.com/go-vela/server v0.19.0-rc1
github.com/go-vela/sdk-go v0.19.0-rc2
github.com/go-vela/server v0.19.0-rc2
github.com/go-vela/types v0.19.0-rc1
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/go-cmp v0.5.9
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91
github.com/go-playground/validator/v10 v10.11.2 h1:q3SHpufmypg+erIExEKUmsgmhDTyhcJ38oeKGACXohU=
github.com/go-playground/validator/v10 v10.11.2/go.mod h1:NieE624vt4SCTJtD87arVLvdmjPAeV8BQlHtMnw9D7s=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 h1:p104kn46Q8WdvHunIJ9dAyjPVtrBPhSr3KT2yUst43I=
github.com/go-vela/sdk-go v0.19.0-rc1 h1:M/GtDOsSULjBqyPVB0ojkIojYznlp2eHxye9xJPxK58=
github.com/go-vela/sdk-go v0.19.0-rc1/go.mod h1:aD2KMlBOMaY1/ajbQVYyKmgf2HEMOiUEzBgtVQKHCsI=
github.com/go-vela/server v0.19.0-rc1 h1:ld6fNX5EhDL7SL9A/fP8QGuKmgqFy2nERxUNm6bQ1nQ=
github.com/go-vela/server v0.19.0-rc1/go.mod h1:CuPl3qaQxpy8J1YDY6GET0BZd63LKcbbwasK8EJ2F3k=
github.com/go-vela/sdk-go v0.19.0-rc2 h1:IehmJqJFHbed8SLlBbiLeUDFIFQ/FGpRLhRtgIR6Oik=
github.com/go-vela/sdk-go v0.19.0-rc2/go.mod h1:c9DeWbEXFSzSopW6GIIsIm78c4UFHyvMS26Djsvuwpk=
github.com/go-vela/server v0.19.0-rc2 h1:NOocmdHM3Pk+aekF1B7c2tmNzVEmHO54mSeRo94ln8U=
github.com/go-vela/server v0.19.0-rc2/go.mod h1:CuPl3qaQxpy8J1YDY6GET0BZd63LKcbbwasK8EJ2F3k=
github.com/go-vela/types v0.19.0-rc1 h1:/l6l3DgqpifDlq30MMunu2V9bVD55vCDTkLSreUrs5k=
github.com/go-vela/types v0.19.0-rc1/go.mod h1:BvqapqTPOfHeTLiFYMa/eAzYqnujdPEd358J8TXc7l0=
github.com/goccy/go-json v0.10.0 h1:mXKd9Qw4NuzShiRlOXKews24ufknHO7gx30lsDyokKA=
Expand Down

0 comments on commit 99cee58

Please sign in to comment.