Skip to content

Commit

Permalink
update module name (microsoft#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiwei Zhang <[email protected]>
  • Loading branch information
shizhMSFT authored Apr 20, 2022
1 parent ae51b6d commit 6ade14f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# referenced from https://github.com/notaryproject/notation/blob/main/Makefile
MODULE = github.com/shizhMSFT/notation-cose
MODULE = github.com/microsoft/notation-cose
COMMANDS = notation-cose
GIT_TAG = $(shell git describe --tags --abbrev=0 --exact-match 2>/dev/null)
BUILD_METADATA =
Expand Down
2 changes: 1 addition & 1 deletion cmd/notation-cose/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"os"

"github.com/shizhMSFT/notation-cose/internal/version"
"github.com/microsoft/notation-cose/internal/version"
"github.com/urfave/cli/v2"
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/notation-cose/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
"os"
"strings"

"github.com/microsoft/notation-cose/pkg/cose"
"github.com/microsoft/notation-cose/pkg/protocol"
"github.com/notaryproject/notation-go-lib"
"github.com/notaryproject/notation-go-lib/crypto/cryptoutil"
"github.com/notaryproject/notation-go-lib/crypto/timestamp"
"github.com/shizhMSFT/notation-cose/pkg/cose"
"github.com/shizhMSFT/notation-cose/pkg/protocol"
"github.com/urfave/cli/v2"
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/notation-cose/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"errors"
"os"

"github.com/microsoft/notation-cose/pkg/cose"
"github.com/microsoft/notation-cose/pkg/protocol"
"github.com/notaryproject/notation-go-lib"
"github.com/notaryproject/notation-go-lib/crypto/cryptoutil"
"github.com/shizhMSFT/notation-cose/pkg/cose"
"github.com/shizhMSFT/notation-cose/pkg/protocol"
"github.com/urfave/cli/v2"
)

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/shizhMSFT/notation-cose
module github.com/microsoft/notation-cose

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion tools/cq/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"os"

"github.com/shizhMSFT/notation-cose/internal/version"
"github.com/microsoft/notation-cose/internal/version"
"github.com/urfave/cli/v2"
)

Expand Down

0 comments on commit 6ade14f

Please sign in to comment.