Fix file path for db/cayley pkg

This commit is contained in:
David Stotijn
2020-09-27 10:48:16 +02:00
parent 2e88b4abc8
commit adba24b78f
3 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@ import (
"strings" "strings"
rice "github.com/GeertJohan/go.rice" rice "github.com/GeertJohan/go.rice"
"github.com/dstotijn/hetty/db/cayley"
"github.com/dstotijn/hetty/pkg/api" "github.com/dstotijn/hetty/pkg/api"
"github.com/dstotijn/hetty/pkg/db/cayley"
"github.com/dstotijn/hetty/pkg/proxy" "github.com/dstotijn/hetty/pkg/proxy"
"github.com/dstotijn/hetty/pkg/reqlog" "github.com/dstotijn/hetty/pkg/reqlog"