1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +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

@@ -15,7 +15,7 @@ import (
"testing"
"time"
"github.com/bitly/oauth2_proxy/providers"
"github.com/pusher/oauth2_proxy/providers"
"github.com/mbland/hmacauth"
"github.com/stretchr/testify/assert"
)