From 66ac372ab8bc0b5f3bd8592f656f665da91e45e2 Mon Sep 17 00:00:00 2001 From: Avinash Kapre Date: Sun, 16 Jun 2024 21:45:47 +0530 Subject: [PATCH] import fix --- modules/pubmatic/openwrap/openwrap.go | 2 +- modules/pubmatic/openwrap/util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pubmatic/openwrap/openwrap.go b/modules/pubmatic/openwrap/openwrap.go index f6df5030e0b..2c2a28145b7 100644 --- a/modules/pubmatic/openwrap/openwrap.go +++ b/modules/pubmatic/openwrap/openwrap.go @@ -11,7 +11,6 @@ import ( "sync" vastunwrap "git.pubmatic.com/vastunwrap" - "github.com/PubMatic-OpenWrap/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata" "github.com/golang/glog" gocache "github.com/patrickmn/go-cache" "github.com/prebid/prebid-server/v2/currency" @@ -26,6 +25,7 @@ import ( metrics "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/metrics" metrics_cfg "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/metrics/config" "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models" + "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata" "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/publisherfeature" "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/unwrap" ) diff --git a/modules/pubmatic/openwrap/util.go b/modules/pubmatic/openwrap/util.go index 33036fd6358..cfc3b80431d 100644 --- a/modules/pubmatic/openwrap/util.go +++ b/modules/pubmatic/openwrap/util.go @@ -8,7 +8,6 @@ import ( "strconv" "strings" - "github.com/PubMatic-OpenWrap/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata" "github.com/buger/jsonparser" "github.com/prebid/openrtb/v20/adcom1" "github.com/prebid/openrtb/v20/openrtb2" @@ -17,6 +16,7 @@ import ( "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models" "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models/adunitconfig" "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models/nbr" + "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata" ) var (