2021-06-02 16:07:53 +03:00
|
|
|
module git/ecom/jira-bot
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andygrunwald/go-jira v1.13.0
|
2021-06-03 01:59:32 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/go-redis/redis/v8 v8.9.0 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
|
|
github.com/klauspost/cpuid v1.2.0 // indirect
|
2021-06-03 09:30:25 +03:00
|
|
|
github.com/nsqio/go-nsq v1.0.8 // indirect
|
2021-06-02 16:07:53 +03:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-06-03 01:59:32 +03:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
|
|
github.com/valyala/quicktemplate v1.6.3
|
|
|
|
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
|
|
|
gopkg.in/tucnak/telebot.v2 v2.3.5
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2021-06-02 16:07:53 +03:00
|
|
|
)
|