update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-16 15:49:27 +10:00
parent 71c397e5fe
commit fb433b9ef2
3 changed files with 9 additions and 6 deletions

View File

@@ -31,15 +31,15 @@ steps:
- name: dell-sftp-deploy
image: hypervtechnics/drone-sftp
settings:
host: ftp.emc.com
host: deft.dell.com
username:
from_secret: FTP_USERNAME
from_secret: DELLFTP_USER
password:
from_secret: FTP_PASSWORD
from_secret: DELLFTP_PASS
port: 22
source: ./
filter: events*
clean: false
target: /
overwrite: true
verbose: true
verbose: true

4
go.mod
View File

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

3
go.sum
View File

@@ -1,3 +1,6 @@
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
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=