The dev `replace ../dreamdict` was only ever a bridge for building against uncommitted upstream work. It cannot survive the Docker build, whose context is this repo alone, so it comes out now that the two dreamdict commits are pushed. Claude-Session: https://claude.ai/code/session_016y6gyuHkQXPiEuW8RGQyua
25 lines
737 B
AMPL
25 lines
737 B
AMPL
module gitea.parodia.dev/drwily/petal
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.20.0
|
|
github.com/go-chi/chi/v5 v5.3.0
|
|
github.com/go-jose/go-jose/v4 v4.1.4
|
|
github.com/prosolis/dreamdict v0.0.0-20260727163219-302a39d5c768
|
|
golang.org/x/oauth2 v0.36.0
|
|
modernc.org/sqlite v1.53.0
|
|
)
|
|
|
|
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/sys v0.44.0 // indirect
|
|
modernc.org/libc v1.73.4 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|