1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00

s/18F/bitly/ in import path

This commit is contained in:
Mike Bland 2015-03-30 11:42:37 -04:00
parent 9d8f932797
commit 45286af4a4

View File

@ -15,8 +15,8 @@ import (
"strings"
"time"
"github.com/18F/google_auth_proxy/api"
"github.com/bitly/go-simplejson"
"github.com/bitly/google_auth_proxy/api"
)
const pingPath = "/ping"