diff options
author | Özgür Kesim <oec@codeblau.de> | 2019-06-18 13:36:12 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2019-06-18 13:36:12 +0200 |
commit | c3f01574711808d61a0fde52b7a0976615da6e28 (patch) | |
tree | f1dd4ee3065f8078a95490e8db6dfb8a445871be /go.mod | |
parent | 8be120ffa00c70ba40265166fa3abe01c6d8de30 (diff) |
vendoring enabled
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/oec/tcl + +go 1.12 + +require github.com/oec/goparsify v0.0.7 |