Skip to content

Commit

Permalink
Use githUb.com in the module name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Feb 28, 2024
1 parent 439e81c commit abb9cef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Enumerate the capabilities of a binary through static artifact analysis.
## Installation

```shell
go install chainguard.dev/bincapz@latest
go install github.com/chainguard-dev/bincapz@latest
```

## Demo - ping
Expand Down
2 changes: 1 addition & 1 deletion bincapz.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"os"
"strings"

"chainguard.dev/bincapz/pkg/bincapz"
"github.com/chainguard-dev/bincapz/pkg/bincapz"
"gopkg.in/yaml.v3"
"k8s.io/klog/v2"
)
Expand Down
2 changes: 1 addition & 1 deletion bincapz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"testing"

"chainguard.dev/bincapz/pkg/bincapz"
"github.com/chainguard-dev/bincapz/pkg/bincapz"
"github.com/google/go-cmp/cmp"
)

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 chainguard.dev/bincapz
module github.com/chainguard-dev/bincapz

go 1.21.6

Expand Down

0 comments on commit abb9cef

Please sign in to comment.