Started using my super-saiyan-god tool but I need to rework the repo so it supports the tool style for go get.
This commit is contained in:
parent
1da2af82f4
commit
19a2a85c10
7 changed files with 42 additions and 56 deletions
21
go.mod
21
go.mod
|
@ -3,7 +3,7 @@ module zedshaw.games/webapp
|
|||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.4.0
|
||||
github.com/BurntSushi/toml v1.5.0
|
||||
github.com/Masterminds/squirrel v1.5.4
|
||||
github.com/chromedp/chromedp v0.13.6
|
||||
github.com/go-playground/validator/v10 v10.26.0
|
||||
|
@ -12,12 +12,13 @@ require (
|
|||
github.com/jmoiron/sqlx v1.4.0
|
||||
github.com/mattn/go-sqlite3 v1.14.28
|
||||
github.com/stretchr/testify v1.10.0
|
||||
golang.org/x/crypto v0.39.0
|
||||
golang.org/x/crypto v0.40.0
|
||||
)
|
||||
|
||||
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
|
||||
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
|
||||
|
@ -93,18 +94,19 @@ require (
|
|||
github.com/vertica/vertica-sql-go v1.3.3 // indirect
|
||||
github.com/ydb-platform/ydb-go-genproto v0.0.0-20241112172322-ea1f63298f77 // indirect
|
||||
github.com/ydb-platform/ydb-go-sdk/v3 v3.108.1 // indirect
|
||||
github.com/yuin/goldmark v1.7.13 // indirect
|
||||
github.com/ziutek/mymysql v1.5.4 // indirect
|
||||
go.opentelemetry.io/otel v1.35.0 // indirect
|
||||
go.opentelemetry.io/otel/trace v1.35.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
|
||||
golang.org/x/mod v0.25.0 // indirect
|
||||
golang.org/x/net v0.41.0 // indirect
|
||||
golang.org/x/pkgsite v0.0.0-20250611185244-041c7c0b878c // indirect
|
||||
golang.org/x/sync v0.15.0 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/text v0.26.0 // indirect
|
||||
golang.org/x/tools v0.34.0 // indirect
|
||||
golang.org/x/mod v0.26.0 // indirect
|
||||
golang.org/x/net v0.42.0 // indirect
|
||||
golang.org/x/pkgsite v0.0.0-20250721174030-d4de6668b910 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
golang.org/x/sys v0.34.0 // indirect
|
||||
golang.org/x/text v0.27.0 // indirect
|
||||
golang.org/x/tools v0.35.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
|
||||
google.golang.org/grpc v1.71.0 // indirect
|
||||
google.golang.org/protobuf v1.36.6 // indirect
|
||||
|
@ -118,6 +120,7 @@ require (
|
|||
)
|
||||
|
||||
tool (
|
||||
git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god
|
||||
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