commit cf0e8b9d5a0d4c34d08374488c901451245bffee parent 45efff03924d6512255f6c0dffcca93f6d988416 Author: Slack Coder <slackcoder@server.ky> Date: Fri, 15 Sep 2023 08:03:20 -0500 Update module owner Diffstat:
| M | cmd/send-over-http/main.go | | | 2 | +- |
| M | 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 @@ -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 @@ -1,4 +1,4 @@ -module git.server.ky/cypher/send-over-http +module git.server.ky/slackcoder/send-over-http go 1.17