From f410ad444d7599af789f4ecbcbb4084d28f365d3 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 1 Jan 2020 18:15:43 -0800 Subject: [PATCH] Add vendoring --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..6c56d6c --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/FooSoft/goldsmith + +go 1.13