File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,12 +123,16 @@ go_register_toolchains()
123123
124124gazelle_dependencies ()
125125
126+ _rules_gapic_version = "0.4.0"
127+
126128http_archive (
127129 name = "rules_gapic" ,
128- strip_prefix = "rules_gapic-428c05b06e0fe487f377929776285c81aa12e8c2" ,
129- urls = ["https://github.com/googleapis/rules_gapic/archive/428c05b06e0fe487f377929776285c81aa12e8c2.zip" ],
130+ strip_prefix = "rules_gapic-%s" % _rules_gapic_version ,
131+ urls = ["https://github.com/googleapis/rules_gapic/archive/v%s.tar.gz" % _rules_gapic_version ],
130132)
133+
131134load ("@rules_gapic//:repositories.bzl" , "rules_gapic_repositories" )
135+
132136rules_gapic_repositories ()
133137
134138##############################################################################
You can’t perform that action at this time.
0 commit comments