Skip to content

Commit

Permalink
bzlmod: Fix after breaking change to go_deps.module (#3254)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jul 27, 2022
1 parent eb03b81 commit 47676df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ use_repo(go_sdk, "go_default_sdk")

bazel_dep(name = "gazelle", version = "0.26.0")
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.module(importpath = "github.com/golang/mock", version = "v1.6.0", sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=")
go_deps.module(path = "github.com/golang/mock", version = "v1.6.0", sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=")
use_repo(go_deps, "com_github_golang_mock")

0 comments on commit 47676df

Please sign in to comment.