github.com/rancherfederal/hauler => hauler.dev/go/hauler (#311)

This commit is contained in:
Jacob Blain Christen
2024-08-26 13:54:06 -07:00
committed by GitHub
parent 51fe531c64
commit 16fa03fec8
48 changed files with 127 additions and 125 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"path/filepath"
"strings"
"github.com/rancherfederal/hauler/pkg/artifacts"
"github.com/rancherfederal/hauler/pkg/consts"
"hauler.dev/go/hauler/pkg/artifacts"
"hauler.dev/go/hauler/pkg/consts"
)
type Http struct{}