We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9110c7 commit bc13176Copy full SHA for bc13176
authenticator.go
@@ -7,7 +7,7 @@ import (
7
"net/http"
8
"strings"
9
10
- "github.com/gin-contrib/httpsign/validator"
+ "github.com/d4x1/httpsign/validator"
11
"github.com/gin-gonic/gin"
12
)
13
authenticator_test.go
@@ -10,8 +10,8 @@ import (
"testing"
"time"
- "github.com/gin-contrib/httpsign/crypto"
14
+ "github.com/d4x1/httpsign/crypto"
15
16
"github.com/stretchr/testify/require"
17
secret.go
@@ -1,6 +1,6 @@
1
package httpsign
2
3
-import "github.com/gin-contrib/httpsign/crypto"
+import "github.com/d4x1/httpsign/crypto"
4
5
// KeyID define type
6
type KeyID string
0 commit comments