mirror of
https://github.com/Luzifer/ots.git
synced 2025-05-15 04:22:20 -04:00
Update module gopkg.in/yaml.v2 to v3 (#8)
Co-authored-by: Renovate Bot <renovate@luzifer.io> Co-committed-by: Renovate Bot <renovate@luzifer.io>
This commit is contained in:
parent
283ffa548f
commit
be209cde64
9 changed files with 9 additions and 18 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
"gopkg.in/yaml.v2"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
// Frontend has a max attachment size of 64MiB as the base64 encoding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue