Skip to content

Commit

Permalink
bump go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed May 24, 2020
1 parent 85b9a5a commit a7c0d16
Show file tree
Hide file tree
Showing 356 changed files with 39,083 additions and 95,041 deletions.
2 changes: 1 addition & 1 deletion backend/_example/memory_store/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/umputun/remark42/memory_store
go 1.14

require (
github.com/go-pkgz/jrpc v0.1.0
github.com/go-pkgz/jrpc v0.2.0
github.com/go-pkgz/lgr v0.7.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
Expand Down
228 changes: 105 additions & 123 deletions backend/_example/memory_store/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/app/rest/api/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"sync"
"time"

"github.com/didip/tollbooth"
"github.com/didip/tollbooth/v6"
"github.com/didip/tollbooth_chi"
"github.com/go-chi/chi"
"github.com/go-chi/chi/middleware"
Expand Down
1 change: 0 additions & 1 deletion backend/app/rest/api/rest_public_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ func TestRest_Robots(t *testing.T) {
}

func TestRest_LastCommentsStream(t *testing.T) {
t.Skip() // TODO: enable after cache is migrated to https://github.com/dgraph-io/ristretto
ts, srv, teardown := startupT(t)
srv.pubRest.readOnlyAge = 10000000 // make sure we don't hit read-only
srv.pubRest.streamer.Refresh = 50 * time.Millisecond
Expand Down
14 changes: 7 additions & 7 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/alecthomas/chroma v0.7.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/didip/tollbooth v4.0.2+incompatible
github.com/didip/tollbooth_chi v0.0.0-20170928041846-6ab5f3083f3d
github.com/go-chi/chi v4.1.0+incompatible
github.com/didip/tollbooth/v6 v6.0.1
github.com/didip/tollbooth_chi v0.0.0-20200524181329-8b84cd7183d9
github.com/go-chi/chi v4.1.1+incompatible
github.com/go-chi/cors v1.1.1
github.com/go-chi/render v1.0.1
github.com/go-pkgz/auth v0.10.1
github.com/go-pkgz/jrpc v0.1.0
github.com/go-pkgz/lcw v0.6.0
github.com/go-pkgz/auth v0.10.2
github.com/go-pkgz/jrpc v0.2.0
github.com/go-pkgz/lcw v0.6.1
github.com/go-pkgz/lgr v0.7.0
github.com/go-pkgz/repeater v1.1.3
github.com/go-pkgz/rest v1.5.0
Expand All @@ -33,5 +33,5 @@ require (
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
)
252 changes: 127 additions & 125 deletions backend/go.sum

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions backend/vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions backend/vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions backend/vendor/cloud.google.com/go/compute/metadata/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions backend/vendor/github.com/didip/tollbooth/v6/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions backend/vendor/github.com/didip/tollbooth/v6/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions backend/vendor/github.com/didip/tollbooth/v6/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7c0d16

Please sign in to comment.