Skip to content

Commit

Permalink
fix race
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
  • Loading branch information
Joshua Rubin committed Aug 22, 2018
1 parent e28ebc4 commit 173d346
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 39 deletions.
139 changes: 108 additions & 31 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[[constraint]]
name = "github.com/golang/protobuf"
version = "1.1.0"
version = "1.2.0"

[[constraint]]
name = "github.com/google/go-cmp"
Expand All @@ -35,17 +35,21 @@
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
name = "golang.org/x/net"
branch = "master"

[[constraint]]
name = "golang.org/x/oauth2"
branch = "master"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.13.0"
version = "1.14.0"

[[constraint]]
name = "gopkg.in/square/go-jose.v2"
version = "2.1.6"
version = "2.1.8"

[[constraint]]
name = "zvelo.io/httpsig"
Expand Down
Loading

0 comments on commit 173d346

Please sign in to comment.