-
- Downloads
Update depedencies
... | @@ -6,13 +6,13 @@ require ( | ... | @@ -6,13 +6,13 @@ require ( |
github.com/mitchellh/go-homedir v1.1.0 | github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/pkg/errors v0.9.1 | github.com/pkg/errors v0.9.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/stretchr/testify v1.8.1 | github.com/stretchr/testify v1.8.4 | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | golang.org/x/crypto v0.16.0 | ||
) | ) | ||
require ( | require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect | golang.org/x/sys v0.15.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ) |
Please register or sign in to comment