laniakea v1.0.0 rc1
This commit is contained in:
8
go.mod
8
go.mod
@@ -3,9 +3,9 @@ module ymgb
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
git.nix13.pw/scuroneko/extypes v1.2.1
|
||||
git.nix13.pw/scuroneko/laniakea v1.0.0-beta.21
|
||||
git.nix13.pw/scuroneko/slog v1.0.2
|
||||
git.nix13.pw/scuroneko/extypes v1.2.2
|
||||
git.nix13.pw/scuroneko/laniakea v1.0.0-rc.1
|
||||
git.nix13.pw/scuroneko/slog v1.1.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/lib/pq v1.11.2
|
||||
@@ -15,7 +15,7 @@ require (
|
||||
go.mongodb.org/mongo-driver/v2 v2.5.0
|
||||
)
|
||||
|
||||
//replace git.nix13.pw/scuroneko/laniakea v1.0.0-beta.21 => ./laniakea
|
||||
//replace git.nix13.pw/scuroneko/laniakea v1.0.0-rc.1 => ./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