jira-bot/go.mod

9 lines
119 B
Modula-2
Raw Normal View History

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
github.com/spf13/viper v1.7.1
)