cleanup code
This commit is contained in:
6
go.mod
6
go.mod
@@ -4,7 +4,10 @@ go 1.23
|
||||
|
||||
toolchain go1.23.2
|
||||
|
||||
require github.com/luthermonson/go-proxmox v0.2.0
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
github.com/luthermonson/go-proxmox v0.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/buger/goterm v1.0.4 // indirect
|
||||
@@ -16,7 +19,6 @@ require (
|
||||
github.com/djherbis/times v1.6.0 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
||||
github.com/gin-contrib/sse v0.1.0 // indirect
|
||||
github.com/gin-gonic/gin v1.10.0 // indirect
|
||||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
github.com/go-playground/universal-translator v0.18.1 // indirect
|
||||
github.com/go-playground/validator/v10 v10.20.0 // indirect
|
||||
|
Reference in New Issue
Block a user