chores!: bump API et go mod à v6
Tag v6.0.0 est sorti mais n'était pas réflété dans le code. BREAKING: API est maintenant exposé sur `/v6` et non `/v5`
This commit is contained in:
parent
fe50cb7335
commit
a8dcdd0388
12 changed files with 29 additions and 29 deletions
|
@ -2,7 +2,7 @@ package responses
|
|||
|
||||
import (
|
||||
"codeberg.org/vlbeaudoin/voki/response"
|
||||
"git.agecem.com/agecem/bottin/v5/models"
|
||||
"git.agecem.com/agecem/bottin/v6/models"
|
||||
)
|
||||
|
||||
type ListMembresResponse struct {
|
||||
|
|
Reference in a new issue