mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-27 17:43:27 +00:00
2f65c8c0c7
This repository was donated to the Linux Foundation and is now in the bazel-contrib GH org
10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
module github.com/bazel-contrib/bazel-lib
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.6.1
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
|
|
golang.org/x/sys v0.24.0
|
|
)
|