From b2056fbf48849e321389977e3fdbb0f5841822c4 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 14 Dec 2019 09:51:15 -0500 Subject: Tidy up the server command, pull the handlers into the page library. Convert to go modules. Add a build script and version to the command --- go.mod | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e493293 --- /dev/null +++ b/go.mod @@ -0,0 +1,9 @@ +module git.riedstra.us/mitch/go-website + +go 1.13 + +require ( + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect + gopkg.in/russross/blackfriday.v2 v2.0.0 + gopkg.in/yaml.v2 v2.2.7 +) -- cgit v1.2.3