many changes; using dev laniakea
This commit is contained in:
9
go.mod
9
go.mod
@@ -1,21 +1,22 @@
|
||||
module ymgb
|
||||
|
||||
go 1.26.0
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
git.nix13.pw/scuroneko/extypes v1.2.1
|
||||
git.nix13.pw/scuroneko/laniakea v1.0.0-beta.8
|
||||
git.nix13.pw/scuroneko/laniakea v1.0.0-beta.11
|
||||
git.nix13.pw/scuroneko/slog v1.0.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/lib/pq v1.11.2
|
||||
github.com/redis/go-redis/v9 v9.18.0
|
||||
github.com/shopspring/decimal v1.4.0
|
||||
github.com/vinovest/sqlx v1.7.1
|
||||
github.com/vinovest/sqlx v1.7.2
|
||||
go.mongodb.org/mongo-driver/v2 v2.5.0
|
||||
)
|
||||
|
||||
//replace git.nix13.pw/scuroneko/laniakea v1.0.0-beta.8 => ./laniakea
|
||||
replace git.nix13.pw/scuroneko/laniakea v1.0.0-beta.11 => ./laniakea
|
||||
|
||||
//replace git.nix13.pw/scuroneko/extypes v1.2.1 => ../go-extypes
|
||||
//replace git.nix13.pw/scuroneko/slog v1.0.2 => ../slog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user