This integrates the liteq, and it prevents duplicates in a way that matches my use-case. I might try and push things back out to a separate module, but for now, this will do.
27 lines
752 B
Modula-2
27 lines
752 B
Modula-2
module git.jadud.com/jadudm/grosbeak
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.10
|
|
|
|
require (
|
|
github.com/alitto/pond v1.9.2
|
|
github.com/jpillora/go-tld v1.2.1
|
|
github.com/matryer/is v1.4.1
|
|
modernc.org/sqlite v1.40.1
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
modernc.org/libc v1.67.1 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|