18 lines
583 B
Modula-2
18 lines
583 B
Modula-2
module git.ctrlz.es/mgdelacroix/campaigner
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/StevenACoffman/j2m v0.0.0-20190826163711-7d8d00c99217
|
|
github.com/charmbracelet/bubbles v0.15.0
|
|
github.com/charmbracelet/bubbletea v0.24.1
|
|
github.com/charmbracelet/lipgloss v0.7.1
|
|
github.com/fatih/color v1.9.0
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/spf13/cobra v0.0.6
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/trivago/tgo v1.0.7 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
gopkg.in/andygrunwald/go-jira.v1 v1.8.0
|
|
)
|