Skip to content

Commit

Permalink
Fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Dec 26, 2023
1 parent 86fcdc2 commit dc48200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rss-article-url-feeder-go/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/heussd/nats-news-keyword-matcher.go/internal/feed"
queue "github.com/heussd/nats-news-keyword-matcher.go/internal/nats"
"github.com/heussd/rss-article-url-feeder.go/internal/feed"
queue "github.com/heussd/rss-article-url-feeder.go/internal/nats"
"github.com/nats-io/nats.go"
"os"
"os/signal"
Expand Down
2 changes: 1 addition & 1 deletion rss-article-url-feeder-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/heussd/nats-news-keyword-matcher.go
module github.com/heussd/rss-article-url-feeder.go

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion rss-article-url-feeder-go/internal/nats/nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package nats

import (
"fmt"
"github.com/heussd/nats-news-keyword-matcher.go/internal/config"
"github.com/heussd/rss-article-url-feeder.go/internal/config"
"github.com/nats-io/nats.go"
"github.com/shomali11/util/xhashes"
"sync"
Expand Down

0 comments on commit dc48200

Please sign in to comment.