1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix(boltdb): upgrade to the latest version to avoid problems with the race detector EE-2729 (#6638)

This commit is contained in:
andres-portainer 2022-03-18 13:16:31 -03:00 committed by GitHub
parent d962c300f9
commit a66e863646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 17 deletions

View file

@ -4,8 +4,8 @@ import (
"encoding/json"
"time"
"github.com/boltdb/bolt"
"github.com/sirupsen/logrus"
bolt "go.etcd.io/bbolt"
)
// inspired by github.com/konoui/boltdb-exporter (which has no license)