blob: 4dea3638895f43b14155a55365958a412ce99eb4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
)
|