Skip to content

Commit

Permalink
Move SSL to Server directory (prebid#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansinahar authored and shunj-nb committed Nov 8, 2022
1 parent c519830 commit 37cca5f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapters/legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/prebid/prebid-server/pbs"
"github.com/prebid/prebid-server/ssl"
"github.com/prebid/prebid-server/server/ssl"
)

// This file contains some deprecated, legacy types.
Expand Down
2 changes: 1 addition & 1 deletion pbs/usersync.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/prebid/prebid-server/analytics"
"github.com/prebid/prebid-server/config"
"github.com/prebid/prebid-server/pbsmetrics"
"github.com/prebid/prebid-server/ssl"
"github.com/prebid/prebid-server/server/ssl"
"github.com/prebid/prebid-server/usersync"
)

Expand Down
2 changes: 1 addition & 1 deletion router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
metricsConf "github.com/prebid/prebid-server/pbsmetrics/config"
pbc "github.com/prebid/prebid-server/prebid_cache_client"
"github.com/prebid/prebid-server/router/aspects"
"github.com/prebid/prebid-server/ssl"
"github.com/prebid/prebid-server/server/ssl"
storedRequestsConf "github.com/prebid/prebid-server/stored_requests/config"
"github.com/prebid/prebid-server/usersync/usersyncers"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 37cca5f

Please sign in to comment.