Fixing some path issues on imports.

This commit is contained in:
Dave Shanley
2022-07-18 08:16:58 -04:00
parent 8337bf0ef9
commit 56d5c404c7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
package datamodel
import (
"github.com/daveshanley/vacuum/utils"
"github.com/pb33f/libopenapi/utils"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v3"
"testing"