Browse Source

fix missing import (#2275)

mmetc 2 years ago
parent
commit
cf747d65e0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pkg/types/utils.go

+ 1 - 0
pkg/types/utils.go

@@ -6,6 +6,7 @@ import (
 	"encoding/gob"
 	"encoding/gob"
 	"fmt"
 	"fmt"
 	"os"
 	"os"
+	"path/filepath"
 	"strconv"
 	"strconv"
 	"strings"
 	"strings"
 	"time"
 	"time"