From 8ed9ced09964a0f70ffcadd0aa8d25c7bc339352 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 25 Oct 2023 14:40:11 +0200 Subject: bump all dependencies to their latest versions --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e4a8891..d61be7a 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,13 @@ module github.com/majewsky/gofu -go 1.17 +go 1.21 require ( - golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 + golang.org/x/crypto v0.14.0 gopkg.in/yaml.v2 v2.4.0 ) require ( - golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect - golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect + golang.org/x/sys v0.13.0 // indirect + golang.org/x/term v0.13.0 // indirect ) -- cgit v1.3.1