Skip to content

Commit

Permalink
prevent escaping of query in dev provider
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jun 23, 2022
1 parent 06e7278 commit 74d6e7d
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 29 deletions.
4 changes: 2 additions & 2 deletions _example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/go-oauth2/oauth2/v4 v4.4.3
github.com/go-pkgz/auth v1.18.0
github.com/go-pkgz/lgr v0.10.4
github.com/go-pkgz/rest v1.12.2
github.com/go-pkgz/rest v1.14.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/tidwall/buntdb v1.2.8 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
)
Loading

0 comments on commit 74d6e7d

Please sign in to comment.