Skip to content

Commit

Permalink
Update module and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmrtn committed Feb 5, 2024
1 parent d6c9838 commit 192a1e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ linters-settings:
sections:
- standard
- default
- prefix(github.com/ashmrtn/gomodcheck)
- prefix(github.com/alcionai/gomodcheck)
lll:
line-length: 80
revive:
Expand Down
2 changes: 1 addition & 1 deletion cmd/gomodcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"golang.org/x/exp/slices"
"golang.org/x/tools/go/packages"

"github.com/ashmrtn/gomodcheck/pkg/dependencies"
"github.com/alcionai/gomodcheck/pkg/dependencies"
)

type modCheckCommand struct {
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/ashmrtn/gomodcheck
module github.com/alcionai/gomodcheck

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion gomodcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/ashmrtn/gomodcheck/cmd"
"github.com/alcionai/gomodcheck/cmd"
)

func main() {
Expand Down

0 comments on commit 192a1e0

Please sign in to comment.