Skip to content

Commit

Permalink
Merge pull request #564 from shogo82148/dependabot/go_modules/provide…
Browse files Browse the repository at this point in the history
…r/github-app-token/github.com/shogo82148/goat-0.1.0

Bump github.com/shogo82148/goat from 0.0.7-0.20231008041607-e11514df9d02 to 0.1.0 in /provider/github-app-token
  • Loading branch information
shogo82148 authored Oct 9, 2023
2 parents 8b6f6fe + 6c5f94c commit 84aeecb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion provider/github-app-token/github/app_access_tokens_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestCreateAppAccessToken(t *testing.T) {
}
return jwa.RS256.New().NewSigningKey(key), nil
}),
AlgorithmVerfier: jwt.AllowedAlgorithms{jwa.RS256},
AlgorithmVerifier: jwt.AllowedAlgorithms{jwa.RS256},
AudienceVerifier: jwt.UnsecureAnyAudience,
IssuerSubjectVerifier: jwt.Issuer("123456"),
}
Expand Down
2 changes: 1 addition & 1 deletion provider/github-app-token/github/get_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestGetApp(t *testing.T) {
}
return jwa.RS256.New().NewSigningKey(key), nil
}),
AlgorithmVerfier: jwt.AllowedAlgorithms{jwa.RS256},
AlgorithmVerifier: jwt.AllowedAlgorithms{jwa.RS256},
AudienceVerifier: jwt.UnsecureAnyAudience,
IssuerSubjectVerifier: jwt.Issuer("123456"),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestGetReposInstallation(t *testing.T) {
}
return jwa.RS256.New().NewSigningKey(key), nil
}),
AlgorithmVerfier: jwt.AllowedAlgorithms{jwa.RS256},
AlgorithmVerifier: jwt.AllowedAlgorithms{jwa.RS256},
AudienceVerifier: jwt.UnsecureAnyAudience,
IssuerSubjectVerifier: jwt.Issuer("123456"),
}
Expand Down
2 changes: 1 addition & 1 deletion provider/github-app-token/github/parse_id_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (c *Client) ParseIDToken(ctx context.Context, idToken string) (*ActionsIDTo
key = header.Algorithm().New().NewSigningKey(jwk)
return
}),
AlgorithmVerfier: jwt.AllowedAlgorithms{jwa.RS256},
AlgorithmVerifier: jwt.AllowedAlgorithms{jwa.RS256},
AudienceVerifier: jwt.UnsecureAnyAudience,
IssuerSubjectVerifier: jwt.Issuer(oidcIssuer),
}
Expand Down
4 changes: 2 additions & 2 deletions provider/github-app-token/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/goccy/go-yaml v1.11.2
github.com/shogo82148/aws-xray-yasdk-go v1.7.1
github.com/shogo82148/go-http-logger v1.3.0
github.com/shogo82148/goat v0.0.7-0.20231008041607-e11514df9d02
github.com/shogo82148/goat v0.1.0
github.com/shogo82148/ridgenative v1.4.0
golang.org/x/sync v0.4.0
)
Expand All @@ -30,7 +30,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/shogo82148/memoize v0.0.3 // indirect
github.com/shogo82148/memoize v0.0.4 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/github-app-token/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ github.com/shogo82148/aws-xray-yasdk-go v1.7.1 h1:S3ehDH+aJzrhilX5KoJBsegkWu7UF2
github.com/shogo82148/aws-xray-yasdk-go v1.7.1/go.mod h1:oz8SCOMbtQvC6TbfMKVzl6aJjpiaqwvATlV6RN0vJ3Q=
github.com/shogo82148/go-http-logger v1.3.0 h1:4mTca6oyIXZrBXVrwzCdu3oWzI8r8aaBbM7sTsZituk=
github.com/shogo82148/go-http-logger v1.3.0/go.mod h1:kT0vCPqUkYd9WVdLvZIQ0nIl/atEdfuyJCIpsBLOqz8=
github.com/shogo82148/goat v0.0.7-0.20231008041607-e11514df9d02 h1:aK7B/rM9iuN0dxxONYEoxyy26BkelQ6AW7g5x+0lO14=
github.com/shogo82148/goat v0.0.7-0.20231008041607-e11514df9d02/go.mod h1:wdexg/SutyUH1M9DlBW4be73zmklR0MvRXUxLyJuDnQ=
github.com/shogo82148/memoize v0.0.3 h1:dgPkeH6TM9Vu0hXC0UfeSBEIQVL6i0Q9nscBh5CJZAs=
github.com/shogo82148/memoize v0.0.3/go.mod h1:sOsvhOlJGVR2nHgCzUchvbEeYB6jNvSP9o4SPHgb+bY=
github.com/shogo82148/goat v0.1.0 h1:CD8v23E0rGSspMyKnS2FqiX+BJnEYs/mhgYDmo4i30k=
github.com/shogo82148/goat v0.1.0/go.mod h1:O2/1GBUA42rPuc0TM5WV3Kx/5/BXCHBRvSh/g9MlAus=
github.com/shogo82148/memoize v0.0.4 h1:3n08PzuwGLbVwawf2jM5kfNC4mV25EqaAIjKrNfqqAs=
github.com/shogo82148/memoize v0.0.4/go.mod h1:sOsvhOlJGVR2nHgCzUchvbEeYB6jNvSP9o4SPHgb+bY=
github.com/shogo82148/pointer v1.3.0 h1:LW5V2jUAjFNjS8e7k/PgFoh3EavOSB/vvN85aGue5+I=
github.com/shogo82148/pointer v1.3.0/go.mod h1:agZ5JFpavFPXznbWonIvbG78NDfvDTFppe+7o53up5w=
github.com/shogo82148/ridgenative v1.4.0 h1:yBsshqKQ86Y155CzgW3iC34DPwpcClceCJ8JQBd36UE=
Expand Down

0 comments on commit 84aeecb

Please sign in to comment.