Skip to content

Commit

Permalink
Upgrade go.step.sm/crypto and goreleaser-cross
Browse files Browse the repository at this point in the history
The upgrade of crypto adds support for CAPI KMS in windows.
  • Loading branch information
maraino committed Nov 2, 2022
1 parent ab74e91 commit fc39e89
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 550 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG?=github.com/smallstep/step-kms-plugin
BINNAME?=step-kms-plugin
GOLANG_CROSS_VERSION?=v1.19.2
GOLANG_CROSS_VERSION?=v1.19.3

# Set V to 1 for verbose output from the Makefile
Q=$(if $V,,@)
Expand Down
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ go 1.18
require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
go.step.sm/crypto v0.22.0
go.step.sm/crypto v0.23.0
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
)

require (
cloud.google.com/go v0.102.1 // indirect
cloud.google.com/go/compute v1.10.0 // indirect
cloud.google.com/go/iam v0.3.0 // indirect
cloud.google.com/go/kms v1.4.0 // indirect
cloud.google.com/go/iam v0.5.0 // indirect
cloud.google.com/go/kms v1.5.0 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
github.com/Azure/azure-sdk-for-go v67.0.0+incompatible // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
Expand All @@ -31,7 +30,7 @@ require (
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
github.com/aws/aws-sdk-go v1.44.117 // indirect
github.com/aws/aws-sdk-go v1.44.127 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/go-piv/piv-go v1.10.0 // indirect
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
Expand All @@ -54,13 +53,13 @@ require (
github.com/spf13/cast v1.4.1 // indirect
github.com/thales-e-security/pool v0.0.2 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
google.golang.org/api v0.99.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/api v0.101.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e // indirect
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
Expand Down
Loading

0 comments on commit fc39e89

Please sign in to comment.