Add unique addresses to Redis

This commit is contained in:
Jacob Gunther
2022-10-22 18:31:21 -05:00
parent d0c0567b0d
commit 3284922faf
3 changed files with 15 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.18
require (
github.com/gofiber/fiber/v2 v2.37.0
github.com/mcstatus-io/shared v0.0.0-20220831020858-f06e905d3d58
github.com/mcstatus-io/shared v0.0.0-20221022211501-c2159792b379
gopkg.in/yaml.v3 v3.0.1
)