rql/go.mod
2024-05-12 07:04:35 +03:00

15 lines
270 B
Modula-2

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
)