Skip to content

Commit

Permalink
Merge pull request #58 from smallstep/dependabot/go_modules/golang.or…
Browse files Browse the repository at this point in the history
…g/x/crypto-0.27.0

Bump golang.org/x/crypto from 0.26.0 to 0.27.0
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
2 parents f3fa89b + d09f28d commit b825a47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion certformat.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package certinfo

import (
"bytes"
"crypto/dsa" //nolint:staticcheck // used to inspect key
"crypto/dsa"
"crypto/ecdsa"
"crypto/ed25519"
"crypto/rsa"
Expand Down
2 changes: 1 addition & 1 deletion certinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package certinfo

import (
"bytes"
"crypto/dsa" //nolint:staticcheck // used to inspect key
"crypto/dsa"
"crypto/ecdsa"
"crypto/ed25519"
"crypto/rsa"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.0
require (
github.com/google/certificate-transparency-go v1.2.1
github.com/google/go-cmp v0.6.0
golang.org/x/crypto v0.26.0
golang.org/x/crypto v0.27.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github.com/google/certificate-transparency-go v1.2.1 h1:4iW/NwzqOqYEEoCBEFP+jPbB
github.com/google/certificate-transparency-go v1.2.1/go.mod h1:bvn/ytAccv+I6+DGkqpvSsEdiVGramgaSC6RD3tEmeE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A=
golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70=
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=

0 comments on commit b825a47

Please sign in to comment.