jira-bot/go.mod
Andrey Belvedersky 18b2d4e554 template
2021-06-03 01:59:32 +03:00

21 lines
652 B
Modula-2

module git/ecom/jira-bot
go 1.16
require (
github.com/andygrunwald/go-jira v1.13.0
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
github.com/spf13/viper v1.7.1
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
)