Register worklog entries to the Jira API
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module worklog
|
|
|
|
|
|
|
|
go 1.22.5
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alexflint/go-arg v1.5.1
|
|
|
|
github.com/atotto/clipboard v0.1.4
|
|
|
|
)
|
|
|
|
|
|
|
|
require github.com/alexflint/go-scalar v1.2.0 // indirect
|