1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-24 03:16:18 +02:00

11 Commits

Author SHA1 Message Date
Yar Krvtsov
fff481af48 Upgrade jwt library
https://github.com/andygrunwald/go-jira/issues/343

 https://github.com/dgrijalva/jwt-go has been abondoned (see https://github.com/dgrijalva/jwt-go/issues/462). In order to fix the vulnarability we have to switch to a community driven fork https://github.com/golang-jwt/jwt . The issue has been fixed in https://github.com/golang-jwt/jwt/pull/12
2021-07-19 10:28:03 +03:00
dependabot[bot]
a1f44bdb69
chore(deps): bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#379)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.5...v0.5.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 10:51:58 +02:00
manuelbcd
c56dab9422 #69 #373 Changed creation example to refer reporter by accountID instead of username since it is deprecated in Jira cloud 2021-04-17 09:01:31 +00:00
manuelbcd
39d06f7d62 Switched from deprecated terminal.ReadPassword to term.ReadPassword in examples: basicauth, create, renderedfields and searchpages 2021-03-08 22:44:30 +00:00
dependabot-preview[bot]
51be7924f8
chore(deps): bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#360)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.4...v0.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-05 08:16:45 +01:00
dependabot-preview[bot]
437128ac42
chore(deps): bump github.com/pkg/errors from 0.8.0 to 0.9.1 (#345)
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.0 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.0...v0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Andy Grunwald <andygrunwald@gmail.com>
2021-02-08 18:59:12 +01:00
dependabot-preview[bot]
744cbf2b47
chore(deps): bump github.com/trivago/tgo from 1.0.1 to 1.0.7 (#346)
Bumps [github.com/trivago/tgo](https://github.com/trivago/tgo) from 1.0.1 to 1.0.7.
- [Release notes](https://github.com/trivago/tgo/releases)
- [Changelog](https://github.com/trivago/tgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trivago/tgo/compare/v1.0.1...v1.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-08 18:48:13 +01:00
dependabot-preview[bot]
939da6e201
chore(deps): bump github.com/fatih/structs from 1.0.0 to 1.1.0 (#348)
Bumps [github.com/fatih/structs](https://github.com/fatih/structs) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/fatih/structs/releases)
- [Commits](https://github.com/fatih/structs/compare/v1.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-08 18:47:40 +01:00
dependabot-preview[bot]
1e29603f12
chore(deps): bump github.com/google/go-cmp from 0.3.0 to 0.5.4 (#347)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.3.0 to 0.5.4.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.3.0...v0.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-08 18:41:35 +01:00
Johan Meiring
261889adc6 feat: Add IssueLinkTypeService with GetList and test 2019-12-12 14:57:35 -08:00
Shaun Dunning
a8bdfed27f feat: add support for JWT auth with qsh needed by add-ons 2019-09-05 11:04:10 -07:00