Skip to content

Commit

Permalink
chore: update go-vela dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored and Neal committed Dec 17, 2019
1 parent 77738a8 commit 8158188
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 @@ -4,7 +4,7 @@ go 1.13

require (
github.com/gin-gonic/gin v1.5.0
github.com/go-vela/mock v0.2.0-rc2.0.20191216181555-5569455c5826
github.com/go-vela/types v0.2.0-rc2.0.20191216174112-50b01810eb81
github.com/go-vela/mock v0.2.0-rc3
github.com/go-vela/types v0.2.0-rc3
github.com/google/go-querystring v1.0.0
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTM
github.com/go-playground/universal-translator v0.16.0/go.mod h1:1AnU7NaIRDWWzGEKwgtJRd2xk99HeFyHw3yid4rvQIY=
github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no=
github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=
github.com/go-vela/mock v0.2.0-rc2.0.20191216181555-5569455c5826 h1:ci64U/274J7K8+VBi4ht01a0mTzIqdceL0ZyNZwwVUw=
github.com/go-vela/mock v0.2.0-rc2.0.20191216181555-5569455c5826/go.mod h1:hrhIafy3YKrZWXvBz+yIiZdXuPq5MXC4hE094fcptqw=
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/mock v0.2.0-rc3 h1:wp0QUTqa5Oca2jGeHLjzqXhy+YLK53aDNQPYBdPV0hM=
github.com/go-vela/mock v0.2.0-rc3/go.mod h1:iYywX/5idxRZO5z1hLkIv5QWdIU9SqyQoGxsJHup2Wo=
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/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=
Expand Down

0 comments on commit 8158188

Please sign in to comment.