Bumps the go-modules-updates group in /backend with 3 updates: [github.com/stretchr/testify](https://github.com/stretchr/testify), [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) Updates `golang.org/x/crypto` from 0.27.0 to 0.29.0 - [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.29.0) Updates `golang.org/x/net` from 0.29.0 to 0.31.0 - [Commits](https://github.com/golang/net/compare/v0.29.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-updates - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-updates - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-updates ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.5 KiB
AMPL
43 lines
1.5 KiB
AMPL
module github.com/umputun/remark42/memory_store
|
|
|
|
go 1.23
|
|
|
|
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.0 // indirect
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // 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.0 // indirect
|
|
github.com/go-chi/chi/v5 v5.1.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.19.0 // 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/image v0.22.0 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/umputun/remark42/backend v1.1000.0 => ../../
|