We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5139532 commit 87e14c7Copy full SHA for 87e14c7
consent/strategy_default.go
@@ -14,8 +14,6 @@ import (
14
15
"github.com/ory/x/httpx"
16
17
- "github.com/ory/hydra/driver/config"
18
-
19
"github.com/gorilla/sessions"
20
"github.com/pborman/uuid"
21
"github.com/pkg/errors"
go.mod
@@ -193,6 +193,7 @@ require (
193
github.com/prometheus/common v0.37.0 // indirect
194
github.com/prometheus/procfs v0.8.0 // indirect
195
github.com/rogpeppe/go-internal v1.9.0 // indirect
196
+ github.com/ryanuber/go-glob v1.0.0 // indirect
197
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
198
github.com/segmentio/backo-go v1.0.1 // indirect
199
github.com/sergi/go-diff v1.2.0 // indirect
0 commit comments