some changes
This commit is contained in:
19
go.mod
19
go.mod
@@ -3,8 +3,8 @@ module kurumibot
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
git.nix13.pw/scuroneko/extypes v1.0.5
|
||||
git.nix13.pw/scuroneko/laniakea v0.4.0
|
||||
git.nix13.pw/scuroneko/extypes v1.1.0
|
||||
git.nix13.pw/scuroneko/laniakea v0.4.4-1
|
||||
git.nix13.pw/scuroneko/slog v1.0.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
@@ -16,8 +16,8 @@ require (
|
||||
)
|
||||
|
||||
//replace (
|
||||
// //git.nix13.pw/scuroneko/extypes v1.0.5 => ../go-extypes
|
||||
// //git.nix13.pw/scuroneko/laniakea v0.4.0 => ./laniakea
|
||||
// //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
|
||||
//)
|
||||
|
||||
@@ -25,16 +25,17 @@ require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/fatih/color v1.18.0 // indirect
|
||||
github.com/klauspost/compress v1.18.3 // indirect
|
||||
github.com/klauspost/compress v1.18.4 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/muir/sqltoken v0.2.1 // indirect
|
||||
github.com/muir/list v1.2.1 // indirect
|
||||
github.com/muir/sqltoken v0.3.0 // indirect
|
||||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
||||
github.com/xdg-go/scram v1.2.0 // indirect
|
||||
github.com/xdg-go/stringprep v1.0.4 // indirect
|
||||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
||||
golang.org/x/crypto v0.47.0 // indirect
|
||||
golang.org/x/crypto v0.48.0 // indirect
|
||||
golang.org/x/sync v0.19.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
golang.org/x/text v0.33.0 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user