From 39bfdffd0cc5f278720e3198c7cac257d9831e4e Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 4 Feb 2024 15:17:20 +0100 Subject: bump golang.org/x/crypto to 0.17.0 --- go.mod | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 539470b..618e3e0 100644 --- a/go.mod +++ b/go.mod @@ -2,13 +2,16 @@ module github.com/axtloss/fsverify go 1.21.6 +require ( + github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 + github.com/spf13/cobra v1.8.0 + github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 + go.etcd.io/bbolt v1.3.8 +) + require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect - github.com/spf13/cobra v1.8.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 // indirect - go.etcd.io/bbolt v1.3.8 // indirect - golang.org/x/crypto v0.12.0 // indirect - golang.org/x/sys v0.11.0 // indirect + golang.org/x/crypto v0.17.0 // indirect + golang.org/x/sys v0.15.0 // indirect ) -- cgit v1.2.3