Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
chore: update deps for v0.2.0-rc2 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored and KellyMerrick committed Dec 6, 2019
1 parent 26835f6 commit b292e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3
github.com/ghodss/yaml v1.0.0
github.com/gin-gonic/gin v1.4.0
github.com/go-vela/types v0.2.0-rc1
github.com/go-vela/types v0.2.0-rc2
github.com/google/go-github/v24 v24.0.1
github.com/google/uuid v1.1.1 // indirect
github.com/goware/urlx v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 h1:t8FVkw33L+wilf2
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/types v0.2.0-rc1 h1:UqDrFi/mBAEPy27TK2eyIzd2VQkn+JXkS8FKWr6lsnc=
github.com/go-vela/types v0.2.0-rc1/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/go-vela/types v0.2.0-rc2 h1:oAMCz9iRFXAOtHNALed2zpTRzU5+N8bl+YhEJIedPzo=
github.com/go-vela/types v0.2.0-rc2/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg=
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down

0 comments on commit b292e3b

Please sign in to comment.