diff options
-rw-r--r-- | go.mod | 3 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/lapingvino/lexington + +require github.com/jung-kurt/gofpdf v1.0.0 @@ -0,0 +1,2 @@ +github.com/jung-kurt/gofpdf v1.0.0 h1:EroSdlP9BOoL5ssLYf3uLJXhCQMMM2fFxCJDKA3RhnA= +github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= |