diff --git a/go.mod b/go.mod index 727670d..c7df86a 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,11 @@ module backend go 1.23.1 require ( - github.com/cespare/xxhash/v2 v2.3.0 // indirect - github.com/go-chi/chi/v5 v5.1.0 // indirect - github.com/go-chi/cors v1.2.1 // indirect - github.com/go-chi/httprate v0.14.1 // indirect - github.com/joho/godotenv v1.5.1 // indirect - github.com/lmittmann/tint v1.0.5 // indirect + github.com/go-chi/chi/v5 v5.1.0 + github.com/go-chi/cors v1.2.1 + github.com/go-chi/httprate v0.14.1 + github.com/joho/godotenv v1.5.1 + github.com/lmittmann/tint v1.0.5 ) + +require github.com/cespare/xxhash/v2 v2.3.0 // indirect diff --git a/go.sum b/go.sum index 4e03158..c8ff6e7 100644 --- a/go.sum +++ b/go.sum @@ -10,3 +10,5 @@ github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0= github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4= github.com/lmittmann/tint v1.0.5 h1:NQclAutOfYsqs2F1Lenue6OoWCajs5wJcP3DfWVpePw= github.com/lmittmann/tint v1.0.5/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= +golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=