aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/send-over-http/main.go2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/send-over-http/main.go b/cmd/send-over-http/main.go
index 4bd9750..f9b4087 100644
--- a/cmd/send-over-http/main.go
+++ b/cmd/send-over-http/main.go
@@ -6,7 +6,7 @@ import (
"os"
"time"
- sendoverhttp "git.server.ky/cypher/send-over-http"
+ sendoverhttp "git.server.ky/slackcoder/send-over-http"
)
func exitOnErr(err error) {
diff --git a/go.mod b/go.mod
index 0de3a6d..8f3e761 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module git.server.ky/cypher/send-over-http
+module git.server.ky/slackcoder/send-over-http
go 1.17