mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-06 22:13:02 +02:00
bump github.com/google/go-cmp from 0.5.6 to 0.7.0
--- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
6
go.mod
6
go.mod
@ -1,13 +1,15 @@
|
||||
module github.com/interviewstreet/go-jira
|
||||
|
||||
go 1.12
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/golang-jwt/jwt v3.2.1+incompatible
|
||||
github.com/google/go-cmp v0.5.6
|
||||
github.com/google/go-cmp v0.7.0
|
||||
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
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
||||
|
Reference in New Issue
Block a user