26 lines
784 B
Modula-2
26 lines
784 B
Modula-2
module git.soup.land/soup/shelves
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
golang.org/x/crypto v0.29.0
|
|
golang.org/x/tools/gopls v0.16.2
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338 // indirect
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/sync v0.9.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20240829154258-f29ab539cc98 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
golang.org/x/tools v0.22.1-0.20240829175637-39126e24d653 // indirect
|
|
golang.org/x/vuln v1.0.4 // indirect
|
|
honnef.co/go/tools v0.4.7 // indirect
|
|
mvdan.cc/gofumpt v0.6.0 // indirect
|
|
mvdan.cc/xurls/v2 v2.5.0 // indirect
|
|
)
|