diff --git a/go.mod b/go.mod index 18405f5..221505d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,8 @@ go 1.15 require ( github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 - github.com/hashicorp/go-hclog v0.15.0 - github.com/hashicorp/nomad v1.0.4 - github.com/stretchr/testify v1.6.1 + github.com/hashicorp/go-hclog v1.2.2 + github.com/hashicorp/nomad v1.2.13 + github.com/shirou/gopsutil v2.20.9+incompatible // indirect + github.com/stretchr/testify v1.8.0 )