chores: bump dependencies
Bump bottin v5 -> v6 `go get -u`
This commit is contained in:
parent
5c5ea71622
commit
83cd2cd4af
4 changed files with 83 additions and 505 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"git.agecem.com/agecem/bottin-ag/apiresponse"
|
||||
"git.agecem.com/agecem/bottin-ag/dbclient"
|
||||
"git.agecem.com/agecem/bottin-ag/dbstruct"
|
||||
bottindata "git.agecem.com/agecem/bottin/v5/data"
|
||||
bottindata "git.agecem.com/agecem/bottin/v6/data"
|
||||
"github.com/labstack/echo/v4"
|
||||
)
|
||||
|
||||
|
@ -56,7 +56,7 @@ func (a *APIHandler) HealthGET(c echo.Context) error {
|
|||
}
|
||||
|
||||
switch r.Data.BottinStatus {
|
||||
case "Bottin API v5 is ready":
|
||||
case "Bottin API v6 is ready":
|
||||
r.Message = "ok"
|
||||
r.StatusCode = http.StatusOK
|
||||
default:
|
||||
|
|
Reference in a new issue