Skip to content

Commit f63761b

Browse files
committed
[BUMP] release version and dependencies
1 parent d2e442e commit f63761b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/nats-io/nkeys
22

33
go 1.19
44

5-
require golang.org/x/crypto v0.6.0
5+
require golang.org/x/crypto v0.14.0
66

7-
require golang.org/x/sys v0.5.0 // indirect
7+
require golang.org/x/sys v0.13.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc=
2-
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
3-
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
4-
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1+
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
2+
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
3+
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
4+
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

nkeys.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package nkeys
1919
import "io"
2020

2121
// Version is our current version
22-
const Version = "0.4.5"
22+
const Version = "0.4.6"
2323

2424
// KeyPair provides the central interface to nkeys.
2525
type KeyPair interface {

0 commit comments

Comments
 (0)