diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,7 +2,9 @@ module github.com/lapingvino/lexington require ( github.com/BurntSushi/toml v0.3.1 + github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect github.com/jung-kurt/gofpdf v1.0.0 + github.com/phpdave11/gofpdf v1.4.2 ) go 1.13 |