Skip to content

Commit

Permalink
fix: go mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
izn committed Jun 10, 2024
1 parent 8d5825c commit 6b61b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion genius.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/lyrify/v2/spotify"
"github.com/izn/lyrify/spotify"
"html"
"io/ioutil"
"net/http"
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/lyrify/v2
module github.com/izn/lyrify

go 1.22.4
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/lyrify/v2/spotify"
"github.com/izn/lyrify/spotify"
)

func main() {
Expand Down

0 comments on commit 6b61b88

Please sign in to comment.