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

@ -8,8 +8,8 @@ import (
"strconv"
"time"
"github.com/go-flucky/flucky/pkg/internal/format"
"github.com/go-flucky/flucky/pkg/types"
"github.com/volker-raschek/flucky/pkg/internal/format"
"github.com/volker-raschek/flucky/pkg/types"
)
type csvLogfile struct {

View File

@ -1,7 +1,7 @@
package logfile
import (
"github.com/go-flucky/flucky/pkg/types"
"github.com/volker-raschek/flucky/pkg/types"
)
// Logfile is an interface for various logfiles

View File

@ -6,7 +6,7 @@ import (
"os"
"path/filepath"
"github.com/go-flucky/flucky/pkg/types"
"github.com/volker-raschek/flucky/pkg/types"
)
type jsonLogfile struct {

View File

@ -3,7 +3,7 @@ package logfile
import (
"encoding/xml"
"github.com/go-flucky/flucky/pkg/types"
"github.com/volker-raschek/flucky/pkg/types"
)
// MeasuredValues is an XML Wrapper for an array of measured values

View File

@ -6,7 +6,7 @@ import (
"os"
"path/filepath"
"github.com/go-flucky/flucky/pkg/types"
"github.com/volker-raschek/flucky/pkg/types"
)
type xmlLogfile struct {