diff --git a/bazel/include/go.MODULE.bazel b/bazel/include/go.MODULE.bazel index 9005b1bf..414e15b8 100644 --- a/bazel/include/go.MODULE.bazel +++ b/bazel/include/go.MODULE.bazel @@ -25,42 +25,42 @@ single_version_override( bazel_dep(name = "aspect_gazelle", version = "0.0.0") archive_override( module_name = "aspect_gazelle", - integrity = "sha256-y29MORYP273SZmCr2VwLNm7jzy5uK4mAo5HNxv+5xOs=", - strip_prefix = "aspect-gazelle-959d7947647474e8e91f538efd01d4321b8c599a", - urls = ["https://github.com/aspect-build/aspect-gazelle/archive/959d7947647474e8e91f538efd01d4321b8c599a.tar.gz"], + integrity = "sha256-mXcmJ8hTVigu6eVl3t63NDQF4iAd8LvKAPgYCLkaI/4=", + strip_prefix = "aspect-gazelle-76f60981db5995b7e67dc5e40968a2bec7e9b2f7", + urls = ["https://github.com/aspect-build/aspect-gazelle/archive/76f60981db5995b7e67dc5e40968a2bec7e9b2f7.tar.gz"], ) bazel_dep(name = "aspect_gazelle_js", version = "0.0.0") archive_override( module_name = "aspect_gazelle_js", - integrity = "sha256-y29MORYP273SZmCr2VwLNm7jzy5uK4mAo5HNxv+5xOs=", - strip_prefix = "aspect-gazelle-959d7947647474e8e91f538efd01d4321b8c599a/language/js", - urls = ["https://github.com/aspect-build/aspect-gazelle/archive/959d7947647474e8e91f538efd01d4321b8c599a.tar.gz"], + integrity = "sha256-mXcmJ8hTVigu6eVl3t63NDQF4iAd8LvKAPgYCLkaI/4=", + strip_prefix = "aspect-gazelle-76f60981db5995b7e67dc5e40968a2bec7e9b2f7/language/js", + urls = ["https://github.com/aspect-build/aspect-gazelle/archive/76f60981db5995b7e67dc5e40968a2bec7e9b2f7.tar.gz"], ) bazel_dep(name = "aspect_gazelle_orion", version = "0.0.0") archive_override( module_name = "aspect_gazelle_orion", - integrity = "sha256-y29MORYP273SZmCr2VwLNm7jzy5uK4mAo5HNxv+5xOs=", - strip_prefix = "aspect-gazelle-959d7947647474e8e91f538efd01d4321b8c599a/language/orion", - urls = ["https://github.com/aspect-build/aspect-gazelle/archive/959d7947647474e8e91f538efd01d4321b8c599a.tar.gz"], + integrity = "sha256-mXcmJ8hTVigu6eVl3t63NDQF4iAd8LvKAPgYCLkaI/4=", + strip_prefix = "aspect-gazelle-76f60981db5995b7e67dc5e40968a2bec7e9b2f7/language/orion", + urls = ["https://github.com/aspect-build/aspect-gazelle/archive/76f60981db5995b7e67dc5e40968a2bec7e9b2f7.tar.gz"], ) bazel_dep(name = "aspect_gazelle_runner", version = "0.0.0") archive_override( module_name = "aspect_gazelle_runner", - integrity = "sha256-y29MORYP273SZmCr2VwLNm7jzy5uK4mAo5HNxv+5xOs=", - strip_prefix = "aspect-gazelle-959d7947647474e8e91f538efd01d4321b8c599a/runner", - urls = ["https://github.com/aspect-build/aspect-gazelle/archive/959d7947647474e8e91f538efd01d4321b8c599a.tar.gz"], + integrity = "sha256-mXcmJ8hTVigu6eVl3t63NDQF4iAd8LvKAPgYCLkaI/4=", + strip_prefix = "aspect-gazelle-76f60981db5995b7e67dc5e40968a2bec7e9b2f7/runner", + urls = ["https://github.com/aspect-build/aspect-gazelle/archive/76f60981db5995b7e67dc5e40968a2bec7e9b2f7.tar.gz"], ) # Not direclty used but must be declared+overriden until aspect_gazelle_runner points to one published to BCR. bazel_dep(name = "aspect_gazelle_kotlin", version = "0.0.0") archive_override( module_name = "aspect_gazelle_kotlin", - integrity = "sha256-y29MORYP273SZmCr2VwLNm7jzy5uK4mAo5HNxv+5xOs=", - strip_prefix = "aspect-gazelle-959d7947647474e8e91f538efd01d4321b8c599a/language/kotlin", - urls = ["https://github.com/aspect-build/aspect-gazelle/archive/959d7947647474e8e91f538efd01d4321b8c599a.tar.gz"], + integrity = "sha256-mXcmJ8hTVigu6eVl3t63NDQF4iAd8LvKAPgYCLkaI/4=", + strip_prefix = "aspect-gazelle-76f60981db5995b7e67dc5e40968a2bec7e9b2f7/language/kotlin", + urls = ["https://github.com/aspect-build/aspect-gazelle/archive/76f60981db5995b7e67dc5e40968a2bec7e9b2f7.tar.gz"], ) # Go modules diff --git a/go.mod b/go.mod index 5a30dc77..2e17c423 100644 --- a/go.mod +++ b/go.mod @@ -4,9 +4,9 @@ go 1.26.1 require ( github.com/alphadose/haxmap v1.4.1 - github.com/aspect-build/aspect-gazelle/common v0.0.0-20260429024316-959d79476474 - github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260429024316-959d79476474 - github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260429024316-959d79476474 + github.com/aspect-build/aspect-gazelle/common v0.0.0-20260430081409-76f60981db59 + github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260430081409-76f60981db59 + github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260430081409-76f60981db59 github.com/bazelbuild/bazel-gazelle v0.50.0 github.com/bazelbuild/bazelisk v1.27.0 // NOTE: keep vendored code in sync github.com/bazelbuild/buildtools v0.0.0-20260319080235-05d2ebe49b0f @@ -62,8 +62,8 @@ require ( github.com/alecthomas/chroma/v2 v2.23.1 // indirect github.com/alecthomas/participle/v2 v2.1.4 // indirect github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect - github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20260429024316-959d79476474 // indirect - github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20260429024316-959d79476474 // indirect + github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20260430081409-76f60981db59 // indirect + github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20260430081409-76f60981db59 // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/aymerick/douceur v0.2.0 // indirect diff --git a/go.sum b/go.sum index a0f511b7..e8349118 100644 --- a/go.sum +++ b/go.sum @@ -31,16 +31,16 @@ github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= -github.com/aspect-build/aspect-gazelle/common v0.0.0-20260429024316-959d79476474 h1:ETvzarW/e/PQWkIS6k7iLsMHN0v3nCZ+EgKmu1okaBM= -github.com/aspect-build/aspect-gazelle/common v0.0.0-20260429024316-959d79476474/go.mod h1:UTQA/PgQFE770aiMb5H/nJ60qRQgONQ7PCX+Mp4qTH8= -github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20260429024316-959d79476474 h1:18D3OCO4ZYxlBLxG3XW+KjDA1xBSTEJBtNcvcFXBvJs= -github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20260429024316-959d79476474/go.mod h1:VpfBkrIUu1GipglsCCqMAfVUq0hphNjDybAeqSuUVwY= -github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20260429024316-959d79476474 h1:aaMbw1BlkR24rsPfoqPe+oeovvr3eNOk8Zr3AEHKdKs= -github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20260429024316-959d79476474/go.mod h1:IYeaZX89egf+WK7hVbHqMupirtV894Im0Js9f5KMnLA= -github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260429024316-959d79476474 h1:gbO3zMlYlvGozdaYTXsT6SUuDbXe0EkATK68zq3ekik= -github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260429024316-959d79476474/go.mod h1:Tog5/QtENm+rOYcWb0SZTVmIABRotWTDu+NA5aSK8DA= -github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260429024316-959d79476474 h1:mZuiDcZAovxcGwoDEM0XIz18ZcXiOly7ykJY8T7EVjA= -github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260429024316-959d79476474/go.mod h1:NAy4X4S9svk8FBhAt2lfJh/GizDwMX3WYL8UntPX7b0= +github.com/aspect-build/aspect-gazelle/common v0.0.0-20260430081409-76f60981db59 h1:CgNBDtgKxuCM2+/ySqOCb55pkAU+ic7gRl4XveFM8oY= +github.com/aspect-build/aspect-gazelle/common v0.0.0-20260430081409-76f60981db59/go.mod h1:UTQA/PgQFE770aiMb5H/nJ60qRQgONQ7PCX+Mp4qTH8= +github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20260430081409-76f60981db59 h1:9ev9S6oafRfmzPGoIsyIkaK+loclO5D6ayGyrkzBUjE= +github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20260430081409-76f60981db59/go.mod h1:VpfBkrIUu1GipglsCCqMAfVUq0hphNjDybAeqSuUVwY= +github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20260430081409-76f60981db59 h1:r3Uq9wQTyTk7gTqlnhJI2avXsYyscV2dFfEPAEnTRf0= +github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20260430081409-76f60981db59/go.mod h1:IYeaZX89egf+WK7hVbHqMupirtV894Im0Js9f5KMnLA= +github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260430081409-76f60981db59 h1:qEiz2Z7X5WYC+9XHzEfuKoe+BGF8zv1bHOKJ+RaNxEw= +github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260430081409-76f60981db59/go.mod h1:Tog5/QtENm+rOYcWb0SZTVmIABRotWTDu+NA5aSK8DA= +github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260430081409-76f60981db59 h1:LAm7LHovRPpbZxO0mfd5u5w4uIiur2NvfTbU8htGSgE= +github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260430081409-76f60981db59/go.mod h1:NAy4X4S9svk8FBhAt2lfJh/GizDwMX3WYL8UntPX7b0= github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4= github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI= github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=