Skip to content

Commit

Permalink
chore: update dependencies for v0.4.0-rc2 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick authored Apr 24, 2020
1 parent 00626f0 commit 1e3b43d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 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.4.0-rc1
github.com/go-vela/types v0.4.0-rc1.0.20200423134744-338fccc2db97
github.com/go-vela/compiler v0.4.0-rc2
github.com/go-vela/types v0.4.0-rc2
github.com/google/go-github/v29 v29.0.3
github.com/google/uuid v1.1.1
github.com/hashicorp/go-hclog v0.10.0 // indirect
Expand All @@ -34,5 +34,4 @@ require (
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.2.8 // indirect
)
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,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.4.0-rc1 h1:CN7MnHcznakQZBhle75WrCHLiIVPB/iUr/CTsDwgRNE=
github.com/go-vela/compiler v0.4.0-rc1/go.mod h1:mEBy+f9nPTVJSDOsRxzWmXs7DZjXYCCvJQVggXnYD5E=
github.com/go-vela/types v0.4.0-rc1 h1:pXHj1pcCCWiBiReAPpACK2V0qltQaBlqf9IPro24FlQ=
github.com/go-vela/types v0.4.0-rc1/go.mod h1:vph+YTAkIw0fJr7gmlIjXRIuc4QXUnQvdDvH2/Oh7ts=
github.com/go-vela/types v0.4.0-rc1.0.20200423134744-338fccc2db97 h1:RcVNqJpET1YUgTDDDa5XiVk0DJ4IcFr7fOlK60hwDCE=
github.com/go-vela/types v0.4.0-rc1.0.20200423134744-338fccc2db97/go.mod h1:ig7fC+MKGsgAlKqovkFsUQlbZtLDLhl/djiedHmsL5s=
github.com/go-vela/compiler v0.4.0-rc2 h1:ewnfxCHGbNpOxzkthQAkQCus92Z5kKswNCZqUe5SHNU=
github.com/go-vela/compiler v0.4.0-rc2/go.mod h1:YrtHlGNiSwSBegWvHF5zAxM4fpKbDDaNKW7aEhjEfgs=
github.com/go-vela/types v0.4.0-rc2 h1:0rS6yOK4Huy1RbTMlwC2gl3WeEqOY822XIqaZxmjLfw=
github.com/go-vela/types v0.4.0-rc2/go.mod h1:ig7fC+MKGsgAlKqovkFsUQlbZtLDLhl/djiedHmsL5s=
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 1e3b43d

Please sign in to comment.