Update to use the new ssgod project instead of super-saiyan-god.
This commit is contained in:
parent
81cf5e0d93
commit
c388664c57
2 changed files with 4 additions and 4 deletions
4
go.mod
4
go.mod
|
@ -18,7 +18,7 @@ require (
|
|||
require (
|
||||
dario.cat/mergo v1.0.2 // indirect
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god v0.0.0-20250802143315-be009dc7b395 // indirect
|
||||
git.learnjsthehardway.com/learn-code-the-hard-way/ssgod v0.0.0-20250804142031-d3d581c7831e // indirect
|
||||
github.com/ClickHouse/ch-go v0.65.1 // indirect
|
||||
github.com/ClickHouse/clickhouse-go/v2 v2.34.0 // indirect
|
||||
github.com/air-verse/air v1.62.0 // indirect
|
||||
|
@ -120,7 +120,7 @@ require (
|
|||
)
|
||||
|
||||
tool (
|
||||
git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god
|
||||
git.learnjsthehardway.com/learn-code-the-hard-way/ssgod
|
||||
github.com/air-verse/air
|
||||
github.com/pressly/goose/v3/cmd/goose
|
||||
golang.org/x/pkgsite/cmd/pkgsite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue