Skip to content

Commit

Permalink
fix: rename mod (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Aug 24, 2023
1 parent de442b7 commit 7b90430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/doodlescheduling/package-retention
module github.com/doodlescheduling/gh-package-retention

go 1.20

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

"github.com/doodlescheduling/package-retention/internal/ghpackage"
"github.com/doodlescheduling/gh-package-retention/internal/ghpackage"
"github.com/go-logr/logr"
"github.com/go-logr/zapr"
"github.com/google/go-github/v53/github"
Expand Down

0 comments on commit 7b90430

Please sign in to comment.