From 096e5c3b801b245b4fd1a17e9a9fae9ed7e2c0d2 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Mon, 31 Dec 2018 17:55:29 +0100 Subject: Go module information --- go.mod | 3 +++ go.sum | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..073fb01 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/lapingvino/lexington + +require github.com/jung-kurt/gofpdf v1.0.0 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..1c40faf --- /dev/null +++ b/go.sum @@ -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= -- cgit v1.2.3-70-g09d2