-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (24 loc) · 801 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module sync-ethereum
go 1.16
require (
github.com/Shopify/sarama v1.26.0
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.1
github.com/confluentinc/confluent-kafka-go v1.7.0
github.com/ethereum/go-ethereum v1.10.3
github.com/gin-contrib/logger v0.0.3
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
github.com/gin-gonic/gin v1.7.2
github.com/go-gormigrate/gormigrate/v2 v2.0.0
github.com/google/uuid v1.1.5
github.com/google/wire v0.5.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gorm.io/driver/mysql v1.1.0
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.10
)