Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions adapters/conversant/conversant.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

"github.com/prebid/openrtb/v20/adcom1"
"github.com/prebid/openrtb/v20/openrtb2"
"github.com/prebid/prebid-server/v3/adapters"
"github.com/prebid/prebid-server/v3/config"
"github.com/prebid/prebid-server/v3/errortypes"
"github.com/prebid/prebid-server/v3/openrtb_ext"
"github.com/prebid/prebid-server/v3/util/jsonutil"
"github.com/prebid/prebid-server/v4/adapters"

Check failure on line 11 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/adapters; to add it:

Check failure on line 11 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/adapters; to add it:
"github.com/prebid/prebid-server/v4/config"

Check failure on line 12 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/config; to add it:

Check failure on line 12 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/config; to add it:
"github.com/prebid/prebid-server/v4/errortypes"

Check failure on line 13 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/errortypes; to add it:

Check failure on line 13 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/errortypes; to add it:
"github.com/prebid/prebid-server/v4/openrtb_ext"

Check failure on line 14 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/openrtb_ext; to add it:

Check failure on line 14 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/openrtb_ext; to add it:
"github.com/prebid/prebid-server/v4/util/jsonutil"

Check failure on line 15 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/util/jsonutil; to add it:
"github.com/prebid/prebid-server/v4/version"

Check failure on line 16 in adapters/conversant/conversant.go

View workflow job for this annotation

GitHub Actions / Test and Validate

no required module provides package github.com/prebid/prebid-server/v4/version; to add it:
)

type ConversantAdapter struct {
Expand Down
Loading