diff options
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -57,9 +57,6 @@ http_archive( # This is actually a no-op with the hacky patch above, but should # slightly future proof this mechanism. "//tools:bazel_gazelle_generate.patch", - # False positive output complaining about Go logrus versions spam the - # logs. Strip this message in this case. Does not affect control flow. - "//tools:bazel_gazelle_noise.patch", ], sha256 = "222e49f034ca7a1d1231422cdb67066b885819885c356673cb1f72f748a3c9d4", urls = [ @@ -377,8 +374,8 @@ go_repository( name = "org_golang_google_grpc", build_file_proto_mode = "disable", importpath = "google.golang.org/grpc", - sum = "h1:cb+I9RwgcErlwAuOVnGhJ2d3YrcdwGXw+RPArsTWot4=", - version = "v1.36.0-dev.0.20210122012134-2c42474aca0c", + sum = "h1:iGG0ZwQMaxJT/qsL0nnzZCg+4aiWHuQy3MytzLieAjo=", + version = "v1.36.0-dev.0.20210208035533-9280052d3665", ) go_repository( @@ -517,8 +514,8 @@ go_repository( go_repository( name = "com_github_konsorten_go_windows_terminal_sequences", importpath = "github.com/konsorten/go-windows-terminal-sequences", - sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=", - version = "v1.0.3", + sum = "h1:DB17ag19krx9CFsz4o3enTrPXyIXCl+2iCXH/aMAp9s=", + version = "v1.0.2", ) go_repository( @@ -637,8 +634,8 @@ go_repository( go_repository( name = "com_github_containerd_continuity", importpath = "github.com/containerd/continuity", - sum = "h1:6ejg6Lkk8dskcM7wQ28gONkukbQkM4qpj4RnYbpFzrI=", - version = "v0.0.0-20201208142359-180525291bb7", + sum = "h1:6JKvHHt396/qabvMhnhUZvWaHZzfVfldxE60TK8YLhg=", + version = "v0.0.0-20210208174643-50096c924a4e", ) go_repository( |