Skip to content

Commit

Permalink
Missing /v2 in a couple more places
Browse files Browse the repository at this point in the history
  • Loading branch information
guscarreon committed Oct 20, 2023
1 parent 61f9bf5 commit 05f964d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions adapters/definemedia/definemedia.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"net/http"

"github.com/prebid/openrtb/v19/openrtb2"
"github.com/prebid/prebid-server/adapters"
"github.com/prebid/prebid-server/config"
"github.com/prebid/prebid-server/errortypes"
"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/errortypes"
"github.com/prebid/prebid-server/v2/openrtb_ext"
)

type adapter struct {
Expand Down
2 changes: 1 addition & 1 deletion usersync/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package usersync
import (
"encoding/base64"

"github.com/prebid/prebid-server/util/jsonutil"
"github.com/prebid/prebid-server/v2/util/jsonutil"
)

type Encoder interface {
Expand Down

0 comments on commit 05f964d

Please sign in to comment.