-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/npm_and_yarn/site/luxon-2.5.2
- Loading branch information
Showing
1,133 changed files
with
96,003 additions
and
25,926 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = tab | ||
insert_final_newline = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ compose-private.yml | |
/backend/_example/*/vendor | ||
http-client.env.json | ||
/playwright-report/ | ||
/backend/app/cmd/var |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
module github.com/umputun/remark42/memory_store | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/go-pkgz/jrpc v0.3.0 | ||
github.com/go-pkgz/lgr v0.10.4 | ||
github.com/go-pkgz/lgr v0.11.0 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/umputun/remark42/backend v1.10.1 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/umputun/remark42/backend v1.1000.0 | ||
) | ||
|
||
require ( | ||
github.com/Depado/bfchroma/v2 v2.0.0 // indirect | ||
github.com/PuerkitoBio/goquery v1.8.0 // indirect | ||
github.com/PuerkitoBio/goquery v1.8.1 // indirect | ||
github.com/ajg/form v1.5.1 // indirect | ||
github.com/alecthomas/chroma/v2 v2.3.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/alecthomas/chroma/v2 v2.8.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.1 // indirect | ||
github.com/didip/tollbooth_chi v0.0.0-20220719025231-d662a7f6928f // indirect | ||
github.com/dlclark/regexp2 v1.4.0 // indirect | ||
github.com/go-chi/chi/v5 v5.0.7 // indirect | ||
github.com/go-chi/render v1.0.2 // indirect | ||
github.com/go-pkgz/expirable-cache v0.1.0 // indirect | ||
github.com/go-pkgz/rest v1.16.0 // indirect | ||
github.com/dlclark/regexp2 v1.10.0 // indirect | ||
github.com/go-chi/chi/v5 v5.0.10 // indirect | ||
github.com/go-chi/render v1.0.3 // indirect | ||
github.com/go-pkgz/expirable-cache v1.0.0 // indirect | ||
github.com/go-pkgz/rest v1.17.0 // indirect | ||
github.com/gorilla/css v1.0.0 // 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.20 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.25 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rs/xid v1.4.0 // indirect | ||
github.com/rs/xid v1.5.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect | ||
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect | ||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect | ||
go.etcd.io/bbolt v1.3.7 // indirect | ||
golang.org/x/image v0.11.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace github.com/umputun/remark42/backend => ../../ | ||
replace github.com/umputun/remark42/backend v1.1000.0 => ../../ |
Oops, something went wrong.