Skip to content

Commit d5d579c

Browse files
committed
Update go provider location
1 parent d4e06a7 commit d5d579c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "h1-generators",
33
"version": "1.0.0",
44
"main": "dist/index.js",
5-
"repository": "git@github.com:kuskoman/h1-generators.git",
5+
"repository": "git@github.com:hyperonecom/h1-generators.git",
66
"author": "kkm <kubasurdej@gmail.com>",
77
"license": "MIT",
88
"scripts": {

src/generators/go/_passport_context.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"context"
55
"errors"
66

7-
credentials "github.com/kuskoman/h1-credentials-helper-go"
8-
"github.com/kuskoman/h1-credentials-helper-go/providers"
7+
credentials "github.com/hyperonecom/h1-credentials-helper-go"
8+
"github.com/hyperonecom/h1-credentials-helper-go/providers"
99
)
1010

1111
// APIAudience is the default audience used with HyperOne v2 API

0 commit comments

Comments
 (0)