Skip to content

Commit

Permalink
change go module
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipello committed Apr 9, 2024
1 parent ac3651b commit 89e7402
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/refresh_news/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"os"

"sarcastick/pkg/news"
"github.com/Pipello/sarcastick/pkg/news"

"golang.org/x/net/html"
)
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 sarcastick
module github.com/Pipello/sarcastick

go 1.21

Expand Down
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"log"
"os"
"regexp"
"sarcastick/pkg/news"
"sarcastick/pkg/openai"
"strings"

"github.com/Pipello/sarcastick/pkg/news"
"github.com/Pipello/sarcastick/pkg/openai"

"github.com/go-telegram/bot"
"github.com/go-telegram/bot/models"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/openai/openai.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"strings"

"sarcastick/pkg/news"
"github.com/Pipello/sarcastick/pkg/news"

"github.com/go-telegram/bot"
"github.com/go-telegram/bot/models"
Expand Down

0 comments on commit 89e7402

Please sign in to comment.