update dependencies to fix dependabot warnings.

This commit is contained in:
2023-05-04 17:10:41 -07:00
parent 2c45ae7b4e
commit 458f3ceaed
7 changed files with 55 additions and 28 deletions

5
go.mod
View File

@@ -4,12 +4,13 @@ go 1.20
require (
github.com/cloudflare/cfssl v1.5.0
github.com/hashicorp/go-syslog v1.0.0
github.com/kr/text v0.2.0
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.12.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
gopkg.in/yaml.v2 v2.4.0
)