Browse Source

change module

master
Andrey Kovalev 3 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 @@
package main package main
import ( import (
"cw-deals-watcher/app" "gitea.russia9.dev/Russia9/chatwars-deals/app"
"cw-deals-watcher/utils" "gitea.russia9.dev/Russia9/chatwars-deals/utils"
"github.com/confluentinc/confluent-kafka-go/kafka" "github.com/confluentinc/confluent-kafka-go/kafka"
"github.com/rs/zerolog" "github.com/rs/zerolog"
"github.com/rs/zerolog/log" "github.com/rs/zerolog/log"

2
app/app.go

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

2
app/sender.go

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

2
go.mod

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

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

Loading…
Cancel
Save