Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit e241fe8

Browse files
committedNov 7, 2017
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.
1 parent 28e217d commit e241fe8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎Godeps

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/18F/hmacauth 1.0.1
1+
github.com/mbland/hmacauth 1.0.2
22
github.com/BurntSushi/toml d94612f9fc140360834f9742158c70b5c5b5535b
33
github.com/bitly/go-simplejson da1a8928f709389522c8023062a3739f3b4af419
44
github.com/mreiferson/go-options 77551d20752b54535462404ad9d877ebdb26e53d

‎oauthproxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"strings"
1515
"time"
1616

17-
"github.com/18F/hmacauth"
1817
"github.com/bitly/oauth2_proxy/cookie"
1918
"github.com/bitly/oauth2_proxy/providers"
19+
"github.com/mbland/hmacauth"
2020
)
2121

2222
const SignatureHeader = "GAP-Signature"

‎oauthproxy_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
"testing"
1616
"time"
1717

18-
"github.com/18F/hmacauth"
1918
"github.com/bitly/oauth2_proxy/providers"
19+
"github.com/mbland/hmacauth"
2020
"github.com/stretchr/testify/assert"
2121
)
2222

‎options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
"strings"
1414
"time"
1515

16-
"github.com/18F/hmacauth"
1716
"github.com/bitly/oauth2_proxy/providers"
1817
oidc "github.com/coreos/go-oidc"
18+
"github.com/mbland/hmacauth"
1919
)
2020

2121
// Configuration Options that can be set by Command Line Flag, or Config File

0 commit comments

Comments
 (0)