Skip to content

Commit

Permalink
Merge pull request #12 from go-vela/bug/fixes
Browse files Browse the repository at this point in the history
Update go-vela dependencies for bug fixes
  • Loading branch information
Emmanuel Meinen authored Nov 14, 2019
2 parents 72551f7 + 1f367ee commit a7e9ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/gin-gonic/gin v1.4.0
github.com/go-vela/mock v0.1.3
github.com/go-vela/types v0.1.3
github.com/go-vela/mock v0.1.4
github.com/go-vela/types v0.1.4
github.com/google/go-querystring v1.0.0
)
9 changes: 5 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3/go.mod h1:5hCug3EZaHXU3FdCA3gJm0YTNi+V+ooA2qNTiVpky4A=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 h1:t8FVkw33L+wilf2QiWkw0UV77qRpcH/JHPKGpKa2E8g=
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3/go.mod h1:VJ0WA2NBN22VlZ2dKZQPAPnyWw5XTlK1KymzLKsr59s=
github.com/gin-gonic/gin v1.4.0 h1:3tMoCCfM7ppqsR0ptz/wi1impNpT7/9wQtMZ8lr1mCQ=
github.com/gin-gonic/gin v1.4.0/go.mod h1:OW2EZn3DO8Ln9oIKOvM++LBO+5UPHJJDH72/q/3rZdM=
github.com/go-vela/mock v0.1.3 h1:YDOPugUeGgrd0CylHzwKhcLqxY50HZayJuwkaIyWuV4=
github.com/go-vela/mock v0.1.3/go.mod h1:3TgNZmhaNsptHvtnKTPVrsdBpH3DKAacymSaGS6vrSA=
github.com/go-vela/types v0.1.3 h1:y7PRarTVNZdu9x8v3vah+0+hB4NuNHYqY5Uq6MVJ04U=
github.com/go-vela/types v0.1.3/go.mod h1:JR5jxRuE5A+RZyyQqMd4lJoUApVFo/Iq9iABbQzPCj0=
github.com/go-vela/mock v0.1.4 h1:t0uG+Ot12nZ42pt4sYnDCFE4UGqMnk1aUxD3ejjAURw=
github.com/go-vela/mock v0.1.4/go.mod h1:13CEKboQJNehsj6kEpo993foP8VXdqQ0Ik2W4f75HiY=
github.com/go-vela/types v0.1.4 h1:QrI6QlvhSn3/Uvv+XYFtLQauhtr8CsuOBnOmHp0HPg8=
github.com/go-vela/types v0.1.4/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg=
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=
Expand Down

0 comments on commit a7e9ee1

Please sign in to comment.