// Copyright 2021 Adam Chalkley // // https://github.com/atc0005/check-vmware // // Licensed under the MIT License. See LICENSE file in the project root for // full license information. module github.com/atc0005/check-vmware go 1.15 require ( github.com/atc0005/go-nagios v0.6.0 github.com/rs/zerolog v1.21.0 github.com/vmware/govmomi v0.24.1 )