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 d4e06a7 commit d5d579cCopy full SHA for d5d579c
package.json
@@ -2,7 +2,7 @@
2
"name": "h1-generators",
3
"version": "1.0.0",
4
"main": "dist/index.js",
5
- "repository": "git@github.com:kuskoman/h1-generators.git",
+ "repository": "git@github.com:hyperonecom/h1-generators.git",
6
"author": "kkm <kubasurdej@gmail.com>",
7
"license": "MIT",
8
"scripts": {
src/generators/go/_passport_context.go
@@ -4,8 +4,8 @@ import (
"context"
"errors"
- credentials "github.com/kuskoman/h1-credentials-helper-go"
- "github.com/kuskoman/h1-credentials-helper-go/providers"
+ credentials "github.com/hyperonecom/h1-credentials-helper-go"
+ "github.com/hyperonecom/h1-credentials-helper-go/providers"
9
)
10
11
// APIAudience is the default audience used with HyperOne v2 API
0 commit comments