Skip to content

Commit

Permalink
chore: update dependencies for v0.3.0-rc1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick authored Feb 4, 2020
1 parent c03b1cd commit 437493b
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
github.com/go-vela/types v0.2.0
github.com/go-vela/mock v0.3.0-rc1
github.com/go-vela/types v0.3.0-rc1
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 h1:LMQPsPGx0ttnfaoAAuooGtWOgCxVUBlWSSl/xdhFbjU=
github.com/go-vela/mock v0.2.0/go.mod h1:Fti8z7+wTfMXkkPFsxjYcE5SzR/NTwdcL7xM5QomQZ4=
github.com/go-vela/types v0.2.0 h1:VHOlUqCratdthbOpI1l0CLvVEINYqndpqVYVQoPm1Ac=
github.com/go-vela/types v0.2.0/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/go-vela/mock v0.3.0-rc1 h1:BAYJHIRQp7NhoE9tCwbjWjyEaREAOd4X55mwwOFppVs=
github.com/go-vela/mock v0.3.0-rc1/go.mod h1:0l7AAinXhvfNiumsqM01+JByguCRjAjqkg4s9hIcQjk=
github.com/go-vela/types v0.3.0-rc1 h1:iw/psQeGTdAaQlJvNsRh8YLrMh26dDC8fegeHSqTHmM=
github.com/go-vela/types v0.3.0-rc1/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 437493b

Please sign in to comment.