You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-11-29 22:48:19 +02:00
Switch from gpm -> dep for dependency management
This commit is contained in:
@@ -20,7 +20,7 @@ func NewValidatorTest(t *testing.T) *ValidatorTest {
|
||||
if err != nil {
|
||||
t.Fatal("failed to create temp file: " + err.Error())
|
||||
}
|
||||
vt.done = make(chan bool)
|
||||
vt.done = make(chan bool, 1)
|
||||
return vt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user