File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/Masterminds/sprig/v3 v3.3.0
1212 github.com/ThalesIgnite/crypto11 v1.2.5
1313 github.com/aws/aws-sdk-go-v2/config v1.29.17
14- github.com/aws/aws-sdk-go-v2/service/kms v1.41.1
14+ github.com/aws/aws-sdk-go-v2/service/kms v1.41.2
1515 github.com/go-jose/go-jose/v3 v3.0.4
1616 github.com/go-piv/piv-go/v2 v2.3.0
1717 github.com/google/go-tpm v0.9.5
Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 h1:CXV68E2
180180github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 /go.mod h1:/xFi9KtvBXP97ppCz1TAEvU1Uf66qvid89rbem3wCzQ =
181181github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 h1:t0E6FzREdtCsiLIoLCWsYliNsRBgyGD/MCK571qk4MI =
182182github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 /go.mod h1:ygpklyoaypuyDvOM5ujWGrYWpAK3h7ugnmKCU/76Ys4 =
183- github.com/aws/aws-sdk-go-v2/service/kms v1.41.1 h1:dkaX98cOXw4EgqpDXPqrVVLjsPR9T24wA2TcjrQiank =
184- github.com/aws/aws-sdk-go-v2/service/kms v1.41.1 /go.mod h1:Pqd9k4TuespkireN206cK2QBsaBTL6X+VPAez5Qcijk =
183+ github.com/aws/aws-sdk-go-v2/service/kms v1.41.2 h1:zJeUxFP7+XP52u23vrp4zMcVhShTWbNO8dHV6xCSvFo =
184+ github.com/aws/aws-sdk-go-v2/service/kms v1.41.2 /go.mod h1:Pqd9k4TuespkireN206cK2QBsaBTL6X+VPAez5Qcijk =
185185github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 h1:AIRJ3lfb2w/1/8wOOSqYb9fUKGwQbtysJ2H1MofRUPg =
186186github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 /go.mod h1:b7SiVprpU+iGazDUqvRSLf5XmCdn+JtT1on7uNL6Ipc =
187187github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 h1:BpOxT3yhLwSJ77qIY3DoHAQjZsc4HEGfMCE4NGy3uFg =
Original file line number Diff line number Diff line change 55// Package bcrypt_pbkdf implements password-based key derivation function based
66// on bcrypt compatible with bcrypt_pbkdf(3) from OpenBSD.
77//
8- //nolint:revive, staticcheck // ignore underscore in package
8+ //nolint:staticcheck // ignore underscore in package
99package bcrypt_pbkdf
1010
1111import (
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44//
5- //nolint:revive, staticcheck // ignore underscore in package
5+ //nolint:staticcheck // ignore underscore in package
66package bcrypt_pbkdf
77
88import (
You can’t perform that action at this time.
0 commit comments