From cf23e224fb8b0bb3601a32bf552d411e1522dfb5 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Fri, 27 Dec 2019 21:04:23 -0800 Subject: [PATCH] remove mod from here --- core/unifi/go.mod | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 core/unifi/go.mod diff --git a/core/unifi/go.mod b/core/unifi/go.mod deleted file mode 100644 index 80ac2e5c..00000000 --- a/core/unifi/go.mod +++ /dev/null @@ -1,9 +0,0 @@ -module golift.io/unifi - -go 1.13 - -require ( - github.com/davecgh/go-spew v1.1.1 - github.com/pmezard/go-difflib v1.0.0 - github.com/stretchr/testify v1.4.0 -)