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

@@ -5,7 +5,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/daveshanley/vacuum/utils"
"github.com/pb33f/libopenapi/utils"
"gopkg.in/yaml.v3"
"strings"
)