22 lines
507 B
AMPL
22 lines
507 B
AMPL
module go-opds-pse
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.4
|
|
|
|
require (
|
|
github.com/creasty/defaults v1.8.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/samber/lo v1.47.0
|
|
github.com/urfave/cli/v2 v2.27.5
|
|
golang.org/x/tools v0.25.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|