diff options
-rw-r--r-- | cmd/send-over-http/main.go | 2 | ||||
-rw-r--r-- | go.mod | 2 |
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) { @@ -1,4 +1,4 @@ -module git.server.ky/cypher/send-over-http +module git.server.ky/slackcoder/send-over-http go 1.17 |