1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

Move imports from bitly to pusher

This commit is contained in:
Joel Speed
2018-11-27 11:45:05 +00:00
parent bfdccf681a
commit 847cf25228
15 changed files with 72 additions and 22 deletions

View File

@ -1,7 +1,7 @@
package providers
import (
"github.com/bitly/oauth2_proxy/cookie"
"github.com/pusher/oauth2_proxy/cookie"
)
type Provider interface {