test accessing confluence

This commit is contained in:
2023-10-26 13:26:06 +11:00
parent 082c99afa9
commit c2e97c4256
3 changed files with 69 additions and 35 deletions

5
go.mod
View File

@@ -3,3 +3,8 @@ module nathan/vm-report-confluence/v2
go 1.21.0
require github.com/vmware/govmomi v0.32.0
require (
github.com/magefile/mage v1.14.0 // indirect
github.com/virtomize/confluence-go-api v1.4.6 // indirect
)