2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00
bazel-lib/go.mod

9 lines
147 B
Modula-2
Raw Normal View History

module github.com/aspect-build/bazel-lib
go 1.19
require (
github.com/gobwas/glob v0.2.3
golang.org/x/exp v0.0.0-20221230185412-738e83a70c30
)