Skip to content

Commit

Permalink
Prepare new version 1.6.0 & upgrade andygrunwald/go-jira
Browse files Browse the repository at this point in the history
  • Loading branch information
rfrancom committed Jul 9, 2024
1 parent 26900ba commit 6998596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/jurocknsail/gojira
go 1.12

require (
github.com/andygrunwald/go-jira v1.7.0
github.com/andygrunwald/go-jira v1.16.0
github.com/danieljoos/wincred v1.0.2
github.com/fatih/structs v0.0.0-20181010231757-878a968ab225
github.com/fatih/structs v1.1.0
github.com/fsnotify/fsnotify v1.4.7
github.com/google/go-querystring v0.0.0-20190318165438-c8c88dbee036
github.com/google/go-querystring v1.1.0
github.com/hashicorp/hcl v1.0.0
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/inconshreveable/mousetrap v1.0.0
github.com/magiconair/properties v1.8.0
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.4.0
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.4
Expand All @@ -23,7 +23,7 @@ require (
github.com/spf13/viper v1.3.2
github.com/trivago/tgo v1.0.7
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.2
)
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1775,6 +1775,7 @@ golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f h1:rlezHXNlxYWvBCzNses9Dlc7nGFaNMJeqLolcmQSSZY=
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
Expand Down

0 comments on commit 6998596

Please sign in to comment.