From 545a464ceff034ec40a9c297f0f0f5cbc08f28a8 Mon Sep 17 00:00:00 2001 From: Johan Svensson Date: Mon, 15 Mar 2021 11:54:25 +0100 Subject: [PATCH] run go mod init --- 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..e9ce888 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/detectify/ugly-duckling + +go 1.15