chore: go mod tidy

This commit is contained in:
2022-09-20 10:42:53 +02:00
parent 3fa18a8050
commit 9347ade82c
2 changed files with 29 additions and 23 deletions

4
go.mod
View File

@ -49,6 +49,6 @@ require (
github.com/urfave/cli v1.22.9
github.com/xanzy/ssh-agent v0.3.1 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
)