diff --git a/go.mod b/go.mod index 7b9bee13..ea67f014 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/kolide/systray v1.10.4 github.com/mergestat/timediff v0.0.4 github.com/micromdm/plist v0.2.2 - github.com/microsoft/wmi v0.42.0 + github.com/microsoft/wmi v0.43.0 github.com/mitchellh/mapstructure v1.5.0 github.com/moby/moby/api v1.54.2 github.com/nightlyone/lockfile v1.0.0 diff --git a/go.sum b/go.sum index 5e0aa605..dafe9a96 100644 --- a/go.sum +++ b/go.sum @@ -296,8 +296,8 @@ github.com/mergestat/timediff v0.0.4 h1:NZ3sqG/6K9flhTubdltmRx3RBfIiYv6LsGP+4FlX github.com/mergestat/timediff v0.0.4/go.mod h1:yvMUaRu2oetc+9IbPLYBJviz6sA7xz8OXMDfhBl7YSI= github.com/micromdm/plist v0.2.2 h1:a5Yt/coion6hwVEW0da8a5P8IyAchXZ6eC+oBA0uJW8= github.com/micromdm/plist v0.2.2/go.mod h1:flkfm0od6GzyXBqI28h5sgEyi3iPO28W2t1Zm9LpwWs= -github.com/microsoft/wmi v0.42.0 h1:Uma0gKtJMaau9LXpfYNeu9i7t1t6bIAHPoxfKLSvQdQ= -github.com/microsoft/wmi v0.42.0/go.mod h1:pEPSA8nFWrDOc4SSFRZfZaurx+9HT58ZWDo8vdVWIrI= +github.com/microsoft/wmi v0.43.0 h1:LC2t7jM0hZJWbP4NkSnt/OGzerRNCmLjbclvPYY6iO0= +github.com/microsoft/wmi v0.43.0/go.mod h1:pEPSA8nFWrDOc4SSFRZfZaurx+9HT58ZWDo8vdVWIrI= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=