diff --git a/go.mod b/go.mod index 5fb50f4..8a8fc27 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.18 require ( github.com/gofiber/fiber/v2 v2.37.0 + github.com/mcstatus-io/mcutil v0.0.0-20220829055335-c1c2ef192eca github.com/mcstatus-io/shared v0.0.0-20221023001202-042a64f3e9a8 gopkg.in/yaml.v3 v3.0.1 ) @@ -14,7 +15,6 @@ require ( github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/go-redis/redis/v8 v8.11.5 // indirect github.com/klauspost/compress v1.15.9 // indirect - github.com/mcstatus-io/mcutil v0.0.0-20220829055335-c1c2ef192eca // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.39.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect diff --git a/go.sum b/go.sum index a2329fc..f5cebf0 100644 --- a/go.sum +++ b/go.sum @@ -14,16 +14,6 @@ github.com/klauspost/compress v1.15.9 h1:wKRjX6JRtDdrE9qwa4b/Cip7ACOshUI4smpCQan github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= github.com/mcstatus-io/mcutil v0.0.0-20220829055335-c1c2ef192eca h1:7cuzxW+L7ZsnZfhW5pL2QpCRduTmURKnBFfwREF8of4= github.com/mcstatus-io/mcutil v0.0.0-20220829055335-c1c2ef192eca/go.mod h1:VUB87/x9EYITmQVXZO4eS+egaZOdvxId4IdpU4L5LoA= -github.com/mcstatus-io/shared v0.0.0-20220831015146-c4896270e6f6 h1:vs4Gqv9mjXw369ap2mM7SN3u306n7u35x+nbeLpsoX0= -github.com/mcstatus-io/shared v0.0.0-20220831015146-c4896270e6f6/go.mod h1:0CPc1P/GzYKF3mS7CkRP3Mo/uOjU4fmZVkm0AF1c6D8= -github.com/mcstatus-io/shared v0.0.0-20220831020724-45f9930045d4 h1:EuTkZOKU7dKdmQoW0UYHPf4ghcbTkVC5POUHbDblFEU= -github.com/mcstatus-io/shared v0.0.0-20220831020724-45f9930045d4/go.mod h1:0CPc1P/GzYKF3mS7CkRP3Mo/uOjU4fmZVkm0AF1c6D8= -github.com/mcstatus-io/shared v0.0.0-20220831020858-f06e905d3d58 h1:QLE9LMv75l9R880ZfVfHBwD9t3wpcxwfNVNTaoH06aY= -github.com/mcstatus-io/shared v0.0.0-20220831020858-f06e905d3d58/go.mod h1:0CPc1P/GzYKF3mS7CkRP3Mo/uOjU4fmZVkm0AF1c6D8= -github.com/mcstatus-io/shared v0.0.0-20221022211244-6945f6f4202e h1:IQcYQuxOLlurhBxYH1PhKGnFJlSMJThd7vvVCFMOLDE= -github.com/mcstatus-io/shared v0.0.0-20221022211244-6945f6f4202e/go.mod h1:0CPc1P/GzYKF3mS7CkRP3Mo/uOjU4fmZVkm0AF1c6D8= -github.com/mcstatus-io/shared v0.0.0-20221022211501-c2159792b379 h1:CpddEJRMAvbc0kUedMk3A2VMl4SAb6u3HKMn66eThuA= -github.com/mcstatus-io/shared v0.0.0-20221022211501-c2159792b379/go.mod h1:0CPc1P/GzYKF3mS7CkRP3Mo/uOjU4fmZVkm0AF1c6D8= github.com/mcstatus-io/shared v0.0.0-20221023001202-042a64f3e9a8 h1:rELiwobCe1cWY6Plr3oArLYAPh41hZw1JvZz4h4Pvbw= github.com/mcstatus-io/shared v0.0.0-20221023001202-042a64f3e9a8/go.mod h1:0CPc1P/GzYKF3mS7CkRP3Mo/uOjU4fmZVkm0AF1c6D8= github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=