1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-23 21:09:19 +02:00
dependabot-preview[bot] 939da6e201
chore(deps): bump github.com/fatih/structs from 1.0.0 to 1.1.0 ()
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

14 lines
362 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.4
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/pkg/errors v0.8.0
github.com/trivago/tgo v1.0.1
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
)