updates
This commit is contained in:
12
go.mod
12
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user