Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamishpk committed Oct 23, 2023
1 parent f547bc8 commit 5eb1286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions mettle/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ go_library(
"///third_party/go/google.golang.org_grpc//codes",
"///third_party/go/google.golang.org_grpc//status",
"//mettle/mempubsub",
"//mettle/configurablepubsub",

],
)

Expand Down
4 changes: 2 additions & 2 deletions mettle/configurablepubsub/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go_library(
name = "configureablepubsub",
srcs = ["configureablepubsub.go"],
name = "configurablepubsub",
srcs = ["configurablepubsub.go"],
visibility = ["//mettle/..."],
deps = [
"///third_party/go/gocloud.dev//pubsub",
Expand Down

0 comments on commit 5eb1286

Please sign in to comment.