Compare commits

..

2 Commits

Author SHA1 Message Date
ed0e5947ea Merge branch 'main' of https://git.coadcorp.com/nathan/go-events
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-29 16:58:14 +10:00
a9aad6643d upgrade golang 2025-04-29 16:56:46 +10:00
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module nathan/go-events
go 1.23.1
go 1.24.2
require github.com/vmware/govmomi v0.43.0
require github.com/vmware/govmomi v0.50.0

2
go.sum
View File

@@ -4,3 +4,5 @@ github.com/vmware/govmomi v0.30.4 h1:BCKLoTmiBYRuplv3GxKEMBLtBaJm8PA56vo9bddIpYQ
github.com/vmware/govmomi v0.30.4/go.mod h1:F7adsVewLNHsW/IIm7ziFURaXDaHEwcc+ym4r3INMdY=
github.com/vmware/govmomi v0.43.0 h1:7Kg3Bkdly+TrE67BYXzRq7ZrDnn7xqpKX95uEh2f9Go=
github.com/vmware/govmomi v0.43.0/go.mod h1:IOv5nTXCPqH9qVJAlRuAGffogaLsNs8aF+e7vLgsHJU=
github.com/vmware/govmomi v0.50.0 h1:vFOnUCBCX3m3MgTKfBp68Pz5gsHvKkO07Y2wCGYYQOM=
github.com/vmware/govmomi v0.50.0/go.mod h1:Z5uo7z0kRhVV00E4gfbUGwUaXIKTgqngsT+t/mIDpcI=