Skip to content

Commit 97e17cd

Browse files
authored
Update example BUILD.bazel to include go.{mod,sum} (#7)
This will be required by others using this package, but isn't required for `//example` because it lives in the same namespace as rules_gqlgen.
1 parent 673c40c commit 97e17cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ gqlgen(
66
base_importpath = "github.com/Silicon-Ally/rules_gqlgen/example",
77
schemas = [":schema.graphqls"],
88
visibility = ["//visibility:public"],
9+
gomod = "//:go.mod",
10+
gosum = "//:go.sum",
911
)
1012

1113
go_library(

0 commit comments

Comments
 (0)