fix: update voki requests/responses à v3
This commit is contained in:
parent
b4529e8102
commit
7bc4eed8ae
20 changed files with 169 additions and 175 deletions
5
go.mod
5
go.mod
|
@ -3,9 +3,9 @@ module git.agecem.com/agecem/agecem-org
|
|||
go 1.23.0
|
||||
|
||||
require (
|
||||
codeberg.org/vlbeaudoin/pave v1.1.1
|
||||
codeberg.org/vlbeaudoin/pave/v2 v2.0.0
|
||||
codeberg.org/vlbeaudoin/serpents v1.1.0
|
||||
codeberg.org/vlbeaudoin/voki v1.7.2
|
||||
codeberg.org/vlbeaudoin/voki/v3 v3.0.0
|
||||
github.com/labstack/echo/v4 v4.12.0
|
||||
github.com/minio/minio-go/v7 v7.0.75
|
||||
github.com/spf13/cobra v1.8.1
|
||||
|
@ -13,7 +13,6 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
codeberg.org/vlbeaudoin/voki/v2 v2.1.0 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||
github.com/go-ini/ini v1.67.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue