Skip to content

Commit

Permalink
Fix go mod #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Böschen committed Mar 19, 2021
1 parent 0a99255 commit 6cb8d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/semver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"os"

"github.com/deichindianer/semver-go/pkg/sem"
"github.com/Deichindianer/semver-go/pkg/sem"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/deichindianer/semver-go
module github.com/Deichindianer/semver-go

go 1.16

0 comments on commit 6cb8d6b

Please sign in to comment.