jira-bot/go.mod

21 lines
639 B
Modula-2
Raw Normal View History

2021-06-02 16:07:53 +03:00
module git/ecom/jira-bot
go 1.16
require (
2021-06-06 03:46:11 +03:00
github.com/BurntSushi/toml v0.3.1 // indirect
2021-06-02 16:07:53 +03:00
github.com/andygrunwald/go-jira v1.13.0
2021-06-03 01:59:32 +03:00
github.com/davecgh/go-spew v1.1.1
2021-06-06 03:46:11 +03:00
github.com/fatih/color v1.12.0
github.com/fatih/structs v1.1.0 // indirect
github.com/go-redis/redis/v8 v8.10.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/nsqio/go-nsq v1.0.8
github.com/spf13/viper v1.3.2
github.com/trivago/tgo v1.0.7 // indirect
2021-06-03 01:59:32 +03:00
github.com/valyala/quicktemplate v1.6.3
2021-06-06 03:46:11 +03:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2021-06-03 01:59:32 +03:00
gopkg.in/tucnak/telebot.v2 v2.3.5
2021-06-02 16:07:53 +03:00
)