This commit is contained in:
2026-02-12 14:01:43 +03:00
parent e5a3b6253d
commit ee6729e12a
8 changed files with 36 additions and 48 deletions

12
go.mod
View File

@@ -3,8 +3,8 @@ module kurumibot
go 1.26.0
require (
git.nix13.pw/scuroneko/extypes v1.1.0
git.nix13.pw/scuroneko/laniakea v0.4.4-1
git.nix13.pw/scuroneko/extypes v1.2.0
git.nix13.pw/scuroneko/laniakea v0.5.0
git.nix13.pw/scuroneko/slog v1.0.2
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
@@ -15,11 +15,9 @@ require (
go.mongodb.org/mongo-driver/v2 v2.5.0
)
//replace (
// //git.nix13.pw/scuroneko/extypes v1.1.0 => ../go-extypes
// //git.nix13.pw/scuroneko/laniakea v0.4.4 => ./laniakea
// //git.nix13.pw/scuroneko/slog v1.0.2 => ../slog
//)
//replace git.nix13.pw/scuroneko/laniakea v0.5.0 => ./laniakea
//replace git.nix13.pw/scuroneko/extypes v1.1.0 => ../go-extypes
//replace git.nix13.pw/scuroneko/slog v1.0.2 => ../slog
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect