mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-31 21:55:08 +02:00
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>
14 lines
360 B
Modula-2
14 lines
360 B
Modula-2
module github.com/andygrunwald/go-jira
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/trivago/tgo v1.0.7
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
|
|
)
|