goparsify/go.mod

11 lines
252 B
Modula-2
Raw Normal View History

module github.com/oec/goparsify
go 1.12
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prataprc/goparsec v0.0.0-20170801142144-82de4f9400c2
github.com/stretchr/testify v1.1.4
)