diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ module github.com/lapingvino/lexington -require github.com/jung-kurt/gofpdf v1.0.0 +require ( + github.com/BurntSushi/toml v0.3.1 + github.com/jung-kurt/gofpdf v1.0.0 +) |