first commit

This commit is contained in:
2023-08-30 15:54:21 +10:00
commit 2453696464
3 changed files with 7 additions and 0 deletions

0
README.md Normal file
View File

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module nathan/vm-metrics/v2
go 1.21.0
require github.com/vmware/govmomi v0.30.7 // indirect

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/vmware/govmomi v0.30.7 h1:YO8CcDpLJzmq6PK5/CBQbXyV21iCMh8SbdXt+xNkXp8=
github.com/vmware/govmomi v0.30.7/go.mod h1:epgoslm97rLECMV4D+08ORzUBEU7boFSepKjt7AYVGg=