Skip to content

Commit

Permalink
Prepare new version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfrancom committed Jul 9, 2024
1 parent b392a92 commit 26900ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ var versionCmd = &cobra.Command{
fmt.Fprintln(os.Stderr, "usage: gojira version")
os.Exit(1)
}
fmt.Println("gojira version: v1.5.0")
fmt.Println("gojira version: v1.6.0")
},
}
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ module github.com/jurocknsail/gojira
go 1.12

require (
github.com/andygrunwald/go-jira v1.16.0
github.com/danieljoos/wincred v1.2.1
github.com/fatih/structs v1.1.0
github.com/andygrunwald/go-jira v1.7.0
github.com/danieljoos/wincred v1.0.2
github.com/fatih/structs v0.0.0-20181010231757-878a968ab225
github.com/fsnotify/fsnotify v1.4.7
github.com/google/go-querystring v1.1.0
github.com/google/go-querystring v0.0.0-20190318165438-c8c88dbee036
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.9.1
github.com/spf13/afero v1.11.0
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.4
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/trivago/tgo v1.0.7
golang.org/x/crypto v0.25.0
golang.org/x/sys v0.22.0
golang.org/x/text v0.16.0
gopkg.in/yaml.v3 v3.0.1
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.2
)

0 comments on commit 26900ba

Please sign in to comment.