chore(deps): remove qdm12/golibs dependency

- Implement friendly duration formatting locally
This commit is contained in:
Quentin McGaw
2024-08-21 13:27:30 +00:00
parent a2b3d7e30c
commit 4851bd70da
8 changed files with 105 additions and 32 deletions

View File

@@ -5,8 +5,8 @@ import (
"time"
"github.com/qdm12/gluetun/internal/constants/providers"
"github.com/qdm12/gluetun/internal/format"
"github.com/qdm12/gluetun/internal/models"
"github.com/qdm12/golibs/format"
)
func (s *Storage) mergeServers(hardcoded, persisted models.AllServers) models.AllServers {