many changes
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,9 +1,10 @@
|
||||
module kurumibot
|
||||
|
||||
go 1.25
|
||||
go 1.25.6
|
||||
|
||||
require (
|
||||
git.nix13.pw/scuroneko/laniakea v0.3.6
|
||||
git.nix13.pw/scuroneko/extypes v1.0.3
|
||||
git.nix13.pw/scuroneko/laniakea v0.3.9
|
||||
git.nix13.pw/scuroneko/slog v1.0.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
@@ -14,7 +15,7 @@ require (
|
||||
go.mongodb.org/mongo-driver/v2 v2.5.0
|
||||
)
|
||||
|
||||
//replace git.nix13.pw/scuroneko/laniakea v0.3.6 => ./laniakea
|
||||
//replace git.nix13.pw/scuroneko/laniakea v0.3.9 => ./laniakea
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user