Skip to content

Commit 87e14c7

Browse files
committed
fix: merge conflicts
1 parent 5139532 commit 87e14c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

consent/strategy_default.go

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import (
1414

1515
"github.com/ory/x/httpx"
1616

17-
"github.com/ory/hydra/driver/config"
18-
1917
"github.com/gorilla/sessions"
2018
"github.com/pborman/uuid"
2119
"github.com/pkg/errors"

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ require (
193193
github.com/prometheus/common v0.37.0 // indirect
194194
github.com/prometheus/procfs v0.8.0 // indirect
195195
github.com/rogpeppe/go-internal v1.9.0 // indirect
196+
github.com/ryanuber/go-glob v1.0.0 // indirect
196197
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
197198
github.com/segmentio/backo-go v1.0.1 // indirect
198199
github.com/sergi/go-diff v1.2.0 // indirect

0 commit comments

Comments
 (0)