Update 'go.mod'

This commit is contained in:
cpyarger 2022-04-26 04:56:31 -07:00
parent 1f4d59d84e
commit 14aaa8a0ed
1 changed files with 2 additions and 2 deletions

4
go.mod
View File

@ -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
)