Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.6 KiB
AMPL
46 lines
1.6 KiB
AMPL
module github.com/umputun/remark42/memory_store
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/go-pkgz/jrpc v0.3.0
|
|
github.com/go-pkgz/lgr v0.11.1
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/umputun/remark42/backend v1.1000.0
|
|
)
|
|
|
|
require (
|
|
github.com/Depado/bfchroma/v2 v2.0.0 // indirect
|
|
github.com/PuerkitoBio/goquery v1.10.1 // indirect
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/didip/tollbooth/v7 v7.0.2 // indirect
|
|
github.com/didip/tollbooth_chi v0.0.0-20220719025231-d662a7f6928f // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/go-chi/chi/v5 v5.2.0 // indirect
|
|
github.com/go-chi/render v1.0.3 // indirect
|
|
github.com/go-pkgz/expirable-cache/v3 v3.0.0 // indirect
|
|
github.com/go-pkgz/rest v1.20.2 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rs/xid v1.6.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
go.etcd.io/bbolt v1.3.11 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/image v0.23.0 // indirect
|
|
golang.org/x/net v0.36.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/umputun/remark42/backend v1.1000.0 => ../../
|