Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronikaSolovei9 committed Aug 24, 2021
1 parent 7467e03 commit a37cbec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion endpoints/openrtb2/amp_auction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/prebid/prebid-server/metrics"
"net/http"
"net/http/httptest"
"net/url"
Expand All @@ -21,7 +22,6 @@ import (
"github.com/prebid/prebid-server/openrtb_ext"
"github.com/prebid/prebid-server/stored_requests/backends/empty_fetcher"

"github.com/mxmCherry/openrtb/v15/openrtb2"
"github.com/stretchr/testify/assert"
)

Expand Down
4 changes: 0 additions & 4 deletions router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,11 @@ import (
"github.com/prebid/prebid-server/cache/filecache"
"github.com/prebid/prebid-server/cache/postgrescache"
"github.com/prebid/prebid-server/config"
"github.com/prebid/prebid-server/currency"
"github.com/prebid/prebid-server/endpoints"
"github.com/prebid/prebid-server/endpoints/events"
infoEndpoints "github.com/prebid/prebid-server/endpoints/info"
"github.com/prebid/prebid-server/endpoints/openrtb2"
"github.com/prebid/prebid-server/errortypes"
"github.com/prebid/prebid-server/exchange"
"github.com/prebid/prebid-server/gdpr"
"github.com/prebid/prebid-server/metrics"
metricsConf "github.com/prebid/prebid-server/metrics/config"
"github.com/prebid/prebid-server/openrtb_ext"
"github.com/prebid/prebid-server/pbs"
Expand Down

0 comments on commit a37cbec

Please sign in to comment.