From 24536964649eb41dacfb7f3a08ad842ea8bcea38 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 30 Aug 2023 15:54:21 +1000 Subject: [PATCH] first commit --- README.md | 0 go.mod | 5 +++++ go.sum | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 README.md create mode 100644 go.mod create mode 100644 go.sum diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f2b19d9 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module nathan/vm-metrics/v2 + +go 1.21.0 + +require github.com/vmware/govmomi v0.30.7 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..fd0638e --- /dev/null +++ b/go.sum @@ -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=