Skip to content

Commit

Permalink
Updated imports according to prebid-server v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidas-alkimi committed Oct 30, 2023
1 parent 5811110 commit 73f72d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions adapters/alkimi/alkimi.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ package alkimi
import (
"encoding/json"
"fmt"
"github.com/prebid/prebid-server/errortypes"
"github.com/prebid/prebid-server/floors"
"github.com/prebid/prebid-server/v2/errortypes"
"github.com/prebid/prebid-server/v2/floors"
"net/http"
"net/url"
"strings"

"github.com/prebid/openrtb/v19/openrtb2"
"github.com/prebid/prebid-server/adapters"
"github.com/prebid/prebid-server/config"
"github.com/prebid/prebid-server/openrtb_ext"
"github.com/prebid/prebid-server/v2/adapters"
"github.com/prebid/prebid-server/v2/config"
"github.com/prebid/prebid-server/v2/openrtb_ext"
)

const PRICE_MACRO = "${AUCTION_PRICE}"
Expand Down
6 changes: 3 additions & 3 deletions adapters/alkimi/alkimi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package alkimi
import (
"encoding/json"
"github.com/prebid/openrtb/v19/openrtb2"
"github.com/prebid/prebid-server/adapters"
"github.com/prebid/prebid-server/v2/adapters"
"testing"

"github.com/prebid/prebid-server/config"
"github.com/prebid/prebid-server/openrtb_ext"
"github.com/prebid/prebid-server/v2/config"
"github.com/prebid/prebid-server/v2/openrtb_ext"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 73f72d2

Please sign in to comment.