Skip to content

Commit

Permalink
Merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronikaSolovei9 committed Oct 23, 2023
1 parent 37a5e5a commit c5a7249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hooks/hookstage/bidderrequest.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package hookstage

import (
"context"
"github.com/prebid/prebid-server/openrtb_ext"
"github.com/prebid/prebid-server/v2/openrtb_ext"
)

// BidderRequest hooks are invoked for each bidder participating in auction.
Expand Down
2 changes: 1 addition & 1 deletion hooks/hookstage/bidderrequest_mutations.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package hookstage

import (
"errors"
"github.com/prebid/prebid-server/openrtb_ext"
"github.com/prebid/prebid-server/v2/openrtb_ext"

"github.com/prebid/openrtb/v19/adcom1"
)
Expand Down
2 changes: 1 addition & 1 deletion modules/prebid/ortb2blocking/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"errors"
"github.com/prebid/prebid-server/openrtb_ext"
"testing"

"github.com/prebid/openrtb/v19/adcom1"
Expand All @@ -14,6 +13,7 @@ import (
"github.com/prebid/prebid-server/v2/hooks/hookexecution"
"github.com/prebid/prebid-server/v2/hooks/hookstage"
"github.com/prebid/prebid-server/v2/modules/moduledeps"
"github.com/prebid/prebid-server/v2/openrtb_ext"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit c5a7249

Please sign in to comment.