summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 19:55:49 -0600
committerJeff Carr <[email protected]>2024-01-12 19:55:49 -0600
commited18f6a9adb7853458640a251ee74f48c6ac6943 (patch)
treec15f5c588fdaa96c04f73b68b94410423016ad40
parent760b82a06730334cbed76c5fac563c9ad00b91f6 (diff)
fixing initial build
-rw-r--r--Makefile2
-rw-r--r--go.mod3
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 03250ea..7c72eba 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ build-release:
build:
-mkdir -p plugins/
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
- # GO111MODULE="off" go get -v -x .
+ GO111MODULE="off" go get -v -u .
GO111MODULE="off" go build -v
# ./control-panel-dns.v1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./control-panel-dns.v1)
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 9a39326..0000000
--- a/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module go.wit.com/apps/control-panel-dns
-
-go 1.21.4