Skip to content

Commit

Permalink
chore: update go-vela dependencies (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored and plyr4 committed Dec 17, 2019
1 parent dbc11f0 commit 1eeda74
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 @@ -10,8 +10,8 @@ require (
github.com/frankban/quicktest v1.7.2 // indirect
github.com/gin-gonic/gin v1.5.0
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-vela/compiler v0.2.0-rc2.0.20191216212358-8ba9fe8f96b1
github.com/go-vela/types v0.2.0-rc2.0.20191216174112-50b01810eb81
github.com/go-vela/compiler v0.2.0-rc3
github.com/go-vela/types v0.2.0-rc3
github.com/google/go-github/v26 v26.1.3
github.com/google/uuid v1.1.1
github.com/hashicorp/go-hclog v0.10.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ github.com/go-sql-driver/mysql v1.4.1 h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZp
github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/go-vela/compiler v0.2.0-rc2.0.20191216212358-8ba9fe8f96b1 h1:tP3iSETT2K23OuyxZ8iXtod2xD7taTGS41/R31WjFTk=
github.com/go-vela/compiler v0.2.0-rc2.0.20191216212358-8ba9fe8f96b1/go.mod h1:ro5x8OKJf+MassENaFIySZ0G9AIWEN1jwvBTCfdi7lo=
github.com/go-vela/types v0.2.0-rc2.0.20191216174112-50b01810eb81 h1:NlWiQMY27E8MTeiA+/brl0OD0o781lU2WSdEGUxaN94=
github.com/go-vela/types v0.2.0-rc2.0.20191216174112-50b01810eb81/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/go-vela/compiler v0.2.0-rc3 h1:QBOQWBtoXKh7zq699qCeOQgJpQICcqb18Ljbk0pypuE=
github.com/go-vela/compiler v0.2.0-rc3/go.mod h1:RK6S3xZkDAJBPrc3X4T2QSf9O7Cbsh/rfUzPP2EUVHg=
github.com/go-vela/types v0.2.0-rc3 h1:8huOI7wk35874T1HdwfbK2+AiIhagC3b4WWU6hdrmtE=
github.com/go-vela/types v0.2.0-rc3/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=
Expand Down

0 comments on commit 1eeda74

Please sign in to comment.