first commit

This commit is contained in:
2023-05-23 10:42:33 +10:00
commit 98b0423c7a
4 changed files with 264 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module nathan/go-events
go 1.19
require github.com/vmware/govmomi v0.30.4
require (
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
)