From 215c660eec954fd136ec84846d1d336797c37536 Mon Sep 17 00:00:00 2001 From: Pete Fraedrich Date: Thu, 23 Apr 2020 13:49:00 -0400 Subject: [PATCH] update to go module --- 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..bb1894e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/yeticloud/libdetectcloud + +go 1.14