browser-ruler/go.mod

9 lines
142 B
Modula-2
Raw Permalink Normal View History

2021-09-28 23:21:56 +00:00
module git.iamthefij.com/iamthefij/browser-ruler
go 1.16
require (
github.com/antonmedv/expr v1.9.0
github.com/hashicorp/hcl/v2 v2.11.1
)