Skip to content

Commit

Permalink
Merge pull request #84 from buzzfeed/make-singleflight-shared
Browse files Browse the repository at this point in the history
sso: move singleflight package into internal/pkg
  • Loading branch information
Shraya Ramani authored Oct 5, 2018
2 parents d1f0d32 + 7898834 commit 1b23cb7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 165 deletions.
2 changes: 1 addition & 1 deletion internal/auth/providers/singleflight_middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"strings"
"time"

"github.com/buzzfeed/sso/internal/auth/singleflight"
"github.com/buzzfeed/sso/internal/pkg/sessions"
"github.com/buzzfeed/sso/internal/pkg/singleflight"

"github.com/datadog/datadog-go/statsd"
)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/proxy/providers/singleflight_middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sort"
"strings"

"github.com/buzzfeed/sso/internal/proxy/singleflight"
"github.com/buzzfeed/sso/internal/pkg/singleflight"

"github.com/datadog/datadog-go/statsd"
)
Expand Down
76 changes: 0 additions & 76 deletions internal/proxy/singleflight/singleflight.go

This file was deleted.

87 changes: 0 additions & 87 deletions internal/proxy/singleflight/singleflight_test.go

This file was deleted.

0 comments on commit 1b23cb7

Please sign in to comment.