Skip to content

Commit

Permalink
Merge pull request #1 from compliance-framework/chore-update-package-…
Browse files Browse the repository at this point in the history
…name

Update the package name to match the repo
  • Loading branch information
chris-cmsoft authored Nov 21, 2024
2 parents 5995efe + cd654a6 commit 8c71306
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cmd

import (
"fmt"
"github.com/compliance-framework/goreleaser-oci/pkg/oci"
"github.com/compliance-framework/gooci/pkg/oci"
"github.com/google/go-containerregistry/pkg/name"
"github.com/spf13/cobra"
"log"
Expand Down
2 changes: 1 addition & 1 deletion cmd/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"errors"
"fmt"
"github.com/compliance-framework/goreleaser-oci/pkg/metadata"
"github.com/compliance-framework/gooci/pkg/metadata"
"github.com/google/go-containerregistry/pkg/authn"
"github.com/google/go-containerregistry/pkg/name"
v1 "github.com/google/go-containerregistry/pkg/v1"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/compliance-framework/goreleaser-oci
module github.com/compliance-framework/gooci

go 1.23.2

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/compliance-framework/goreleaser-oci/cmd"
"github.com/compliance-framework/gooci/cmd"
"github.com/spf13/cobra"
"log"
)
Expand Down

0 comments on commit 8c71306

Please sign in to comment.