-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 748 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module taskulu
go 1.12
require (
github.com/amsjavan/telegram-bot-api v4.6.8+incompatible
github.com/confluentinc/confluent-kafka-go v1.0.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/jackc/pgx v3.5.0+incompatible // indirect
github.com/jinzhu/gorm v1.9.10
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
)