fix:_renamed import path to volker-raschek

This commit is contained in:
2020-01-19 13:30:47 +01:00
parent 671a3eb748
commit 8cc232adc1
40 changed files with 100 additions and 129 deletions

View File

@ -1,8 +1,8 @@
package compression
import (
"github.com/go-flucky/flucky/pkg/storage"
"github.com/go-flucky/flucky/pkg/storage/logfile"
"github.com/volker-raschek/flucky/pkg/storage"
"github.com/volker-raschek/flucky/pkg/storage/logfile"
"github.com/spf13/cobra"
)