Browse Source

change module

master
Andrey Kovalev 2 years ago
parent
commit
7aa5b8b2bf
  1. 4
      app.go
  2. 2
      app/app.go
  3. 2
      app/sender.go
  4. 2
      go.mod
  5. 0
      messages/deal.go

4
app.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
package main
import (
"cw-deals-watcher/app"
"cw-deals-watcher/utils"
"gitea.russia9.dev/Russia9/chatwars-deals/app"
"gitea.russia9.dev/Russia9/chatwars-deals/utils"
"github.com/confluentinc/confluent-kafka-go/kafka"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"

2
app/app.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
package app
import (
"cw-deals-watcher/messages"
"encoding/json"
"gitea.russia9.dev/Russia9/chatwars-deals/messages"
"github.com/confluentinc/confluent-kafka-go/kafka"
"github.com/rs/zerolog/log"
"gopkg.in/tucnak/telebot.v2"

2
app/sender.go

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
package app
import (
"cw-deals-watcher/messages"
"gitea.russia9.dev/Russia9/chatwars-deals/messages"
"github.com/rs/zerolog/log"
"gopkg.in/tucnak/telebot.v2"
"strconv"

2
go.mod

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
module cw-deals-watcher
module gitea.russia9.dev/Russia9/chatwars-deals
go 1.14

0
messages/duel.go → messages/deal.go

Loading…
Cancel
Save