some testing ang enchancments
This commit is contained in:
10
go.mod
10
go.mod
@@ -3,8 +3,8 @@ module kurumibot
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
git.nix13.pw/scuroneko/extypes v1.0.3
|
||||
git.nix13.pw/scuroneko/laniakea v0.3.10
|
||||
git.nix13.pw/scuroneko/extypes v1.0.5
|
||||
git.nix13.pw/scuroneko/laniakea v0.4.0
|
||||
git.nix13.pw/scuroneko/slog v1.0.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
@@ -15,7 +15,11 @@ require (
|
||||
go.mongodb.org/mongo-driver/v2 v2.5.0
|
||||
)
|
||||
|
||||
//replace git.nix13.pw/scuroneko/laniakea v0.4.0 => ./laniakea
|
||||
//replace (
|
||||
// //git.nix13.pw/scuroneko/extypes v1.0.5 => ../go-extypes
|
||||
// //git.nix13.pw/scuroneko/laniakea v0.4.0 => ./laniakea
|
||||
// //git.nix13.pw/scuroneko/slog v1.0.2 => ../slog
|
||||
//)
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user