diff --git a/go.mod b/go.mod index cff79db..7e84d61 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/prometheus/common v0.49.0 github.com/sirupsen/logrus v1.9.3 github.com/spf13/pflag v1.0.5 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/xv-chang/rconGo v0.0.0-20210706051530-221338f352d6 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/go.sum b/go.sum index 4292107..efa0c0a 100644 --- a/go.sum +++ b/go.sum @@ -85,6 +85,8 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/xv-chang/rconGo v0.0.0-20210706051530-221338f352d6 h1:S31YUGsiiiVWmf0sVYLIAVwUi+gEs3vE6PuoFwUX7rY= github.com/xv-chang/rconGo v0.0.0-20210706051530-221338f352d6/go.mod h1:cFbkEL1iPzVeUD3RCF3cKdUUbrXRsj6uTtQq7gkhV2s= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=