diff options
author | Özgür Kesim <oec@codeblau.de> | 2019-11-28 15:34:37 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2019-11-28 15:34:37 +0100 |
commit | 29336c8a7a98087bc83ef39d352282bc92b1b3c5 (patch) | |
tree | 49485efb2a9c4c7e7fb56ea509d2114691617ba8 /go.mod | |
parent | e2fa16706ce0e07d474460acffa6c249ba7503b1 (diff) | |
parent | 72355741026e72d12ac13a528adf20ed51e2131d (diff) |
Merge branch 'master' of github.com:/oec/goparsify
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,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 +) |