added fixes

This commit is contained in:
2022-10-13 12:14:33 -05:00
parent 0203cb4286
commit c39330f3a0
3 changed files with 8 additions and 7 deletions

4
go.mod
View File

@ -7,7 +7,7 @@ go 1.19
require github.com/spf13/viper v1.13.0
require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/helloyi/go-sshclient v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@ -29,7 +29,7 @@ require (
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect