Skip to content

Commit

Permalink
updated import urls for cloud-init
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbcotton committed Jan 8, 2024
1 parent ae6707e commit 4745ed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cmd/cloud-init-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
yaml "gopkg.in/yaml.v2"
"github.com/gin-gonic/gin"
"github.com/gosimple/slug"
"github.com/travisbcotton/harbor/internal/memstore"
"github.com/travisbcotton/harbor/pkg/citypes"
"github.com/travisbcotton/harbor/internal/smdclient"
"github.com/OpenCHAMI/cloud-init/internal/memstore"
"github.com/OpenCHAMI/cloud-init/pkg/citypes"
"github.com/OpenCHAMI/cloud-init/internal/smdclient"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions internal/memstore/ciMemStore.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"reflect"

"github.com/samber/lo"
"github.com/travisbcotton/harbor/pkg/citypes"
"github.com/travisbcotton/harbor/internal/smdclient"
"github.com/OpenCHAMI/cloud-init/pkg/citypes"
"github.com/OpenCHAMI/cloud-init/internal/smdclient"
)

var (
Expand Down

0 comments on commit 4745ed0

Please sign in to comment.