summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 439c9df..7ed2601 100644
--- a/go.mod
+++ b/go.mod
@@ -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