Skip to content

Commit

Permalink
Merge pull request #1 from Seagate/chore/update-module
Browse files Browse the repository at this point in the history
update to use case-sensitive github.com/Seagate
  • Loading branch information
jskazinski authored May 3, 2023
2 parents fd771fc + 3349da2 commit 8ceda53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@

# Go workspace file
go.work

# Ignore the generated cxl-lib file
/cxl-util
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package main

import (
"fmt"
"github.com/seagate/cxl-lib/pkg/cxl"
"github.com/Seagate/cxl-lib/pkg/cxl"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/cxl-util/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"os"
"strings"

"github.com/seagate/cxl-lib/pkg/cxl"
"github.com/Seagate/cxl-lib/pkg/cxl"

"k8s.io/klog/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/seagate/cxl-lib
module github.com/Seagate/cxl-lib

go 1.20

Expand Down

0 comments on commit 8ceda53

Please sign in to comment.