diff --git a/go.mod b/go.mod index 8d4c212..9d09768 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.arsenm.dev/itd +module gitea.arsenm.dev/cpyarger/it go 1.17 @@ -15,7 +15,7 @@ require ( github.com/smallnest/rpcx v1.7.4 github.com/urfave/cli/v2 v2.3.0 github.com/vmihailenco/msgpack/v5 v5.3.5 - go.arsenm.dev/infinitime v0.0.0-20220424030849-6c3f1b14c948 + gitea.arsenm.dev/Arsen6331/infinitime v0.0.0-20220424030849-6c3f1b14c948 golang.org/x/text v0.3.7 )