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
renovate[bot] 3d0a0fcaad
fix(deps): update golang.org/x/exp digest to 47ecfdc (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-01 20:30:33 -07:00

9 lines
157 B
Modula-2

module github.com/aspect-build/bazel-lib
go 1.19
require (
github.com/bmatcuk/doublestar/v4 v4.6.0
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
)