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 -)