You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
380 B
Modula-2
14 lines
380 B
Modula-2
module github.com/aziis98/cabret
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
|
|
github.com/alecthomas/repr v0.1.1 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/yuin/goldmark v1.5.3 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
)
|