rql/go.mod

15 lines
270 B
Modula-2
Raw Permalink Normal View History

2024-05-12 04:04:35 +00:00
module go.pkg.cx/rql
go 1.21
require (
github.com/alecthomas/participle/v2 v2.1.1
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)