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

Switch from 18F/hmacauth to mbland/hmacauth

Since I'm no longer with 18F, I've re-released hmacauth under the ISC
license as opposed to the previous CC0 license. There have been no
changes to the hmacauth code itself, and all tests still pass.
This commit is contained in:
Mike Bland
2017-09-12 18:59:00 -04:00
parent 28e217dc8f
commit e241fe86d3
4 changed files with 4 additions and 4 deletions

View File

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