diff options
author | Özgür Kesim <oec@codeblau.de> | 2021-10-18 14:15:01 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2021-10-18 14:15:01 +0200 |
commit | 002a229c5df5b025e6e35b7acc72aa28ba9ae46c (patch) | |
tree | e60d758664c624396c769106a3badbbe94e7a3c1 /go.mod | |
parent | 9ce706684c88e1b168d9636c42f6258bd7f0cece (diff) |
milestone 1: parsing of input.json seems to work
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module codeblau.de/taler go 1.17 + +require github.com/davecgh/go-spew v1.1.1 // indirect |