@@ -18,6 +18,7 @@ http_archive(
18
18
)
19
19
20
20
load ("@com_google_googleapis//:repository_rules.bzl" , "switched_rules_by_language" )
21
+
21
22
switched_rules_by_language (
22
23
name = "com_google_googleapis_imports" ,
23
24
cc = True ,
@@ -55,9 +56,9 @@ go_register_toolchains(go_version = "1.20")
55
56
bazel_gazelle ()
56
57
57
58
load ("@bazel_gazelle//:deps.bzl" , "gazelle_dependencies" )
58
-
59
59
load ("//:gnoi_deps.bzl" , "gnoi_deps" )
60
60
61
+ # gazelle:repository_macro gnoi_deps.bzl%gnoi_deps
61
62
gnoi_deps ()
62
63
63
64
load ("@rules_proto_grpc//go:repositories.bzl" , rules_proto_grpc_go_repos = "go_repos" )
@@ -77,14 +78,13 @@ load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
77
78
78
79
grpc_deps ()
79
80
80
-
81
81
# open-config YANG files
82
82
http_archive (
83
83
name = "github_openconfig_yang" ,
84
84
build_file_content = """exports_files(glob(["release/models/**/*.yang"]), visibility = ["//visibility:public"])""" ,
85
85
sha256 = "f6b2b6c0ffe0b66881287bcd43241a57583f353cc5cc41cba973601c32232f45" ,
86
86
strip_prefix = "public-bf737a5567ec248456cb528efcd63cab15e8fc69" ,
87
- urls = [
87
+ urls = [
88
88
"https://github.com/openconfig/public/archive/bf737a5567ec248456cb528efcd63cab15e8fc69.zip" ,
89
89
],
90
90
)
@@ -95,7 +95,7 @@ http_archive(
95
95
build_file_content = """exports_files(glob(["standard/**/*.yang"]), visibility = ["//visibility:public"])""" ,
96
96
sha256 = "55913058f64a1ec7fe9e6e70d7128f08e66b20c859803b1fb02dbaf7eef2c64d" ,
97
97
strip_prefix = "yang-2fa291d6bdb4b281d4e1b3dfa3254ffa7257d800" ,
98
- urls = [
98
+ urls = [
99
99
"https://github.com/YangModels/yang/archive/2fa291d6bdb4b281d4e1b3dfa3254ffa7257d800.zip" ,
100
100
],
101
101
)
0 commit comments