Fix package version

This commit is contained in:
CrazyMax
2020-05-27 21:38:07 +02:00
parent 2c59162a5c
commit a62658e266
37 changed files with 83 additions and 83 deletions

View File

@@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"github.com/crazy-max/diun/pkg/registry"
"github.com/crazy-max/diun/v3/pkg/registry"
bolt "go.etcd.io/bbolt"
)