go.mod update priv git url

This commit is contained in:
Piotr Biernat 2024-05-30 17:01:18 +02:00
parent c454307d56
commit 50dda77019

4
go.mod
View File

@ -1,9 +1,9 @@
module git.pbiernat.dev/egommerce/go-api-pkg
module git.pbiernat.io/egommerce/go-api-pkg
go 1.18
require (
git.pbiernat.dev/egommerce/api-entities v0.0.26
git.pbiernat.io/egommerce/api-entities v0.0.26
github.com/fluent/fluent-logger-golang v1.9.0
github.com/go-redis/redis/v8 v8.11.5
github.com/hashicorp/consul v1.16.0