Skip to content

Commit

Permalink
Update Go dependencies
Browse files Browse the repository at this point in the history
This includes go-jira v1.15.0 supporting Personal Access Tokens (PATs).
  • Loading branch information
priteau committed Feb 21, 2022
1 parent 9d6a5ed commit a3d935e
Show file tree
Hide file tree
Showing 2 changed files with 525 additions and 175 deletions.
14 changes: 5 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ module github.com/prometheus-community/jiralert
go 1.14

require (
github.com/andygrunwald/go-jira v1.11.2-0.20200514151831-146229d2ab58
github.com/fatih/structs v1.1.0 // indirect
github.com/go-kit/kit v0.10.0
github.com/golang/protobuf v1.4.1 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/andygrunwald/go-jira v1.15.0
github.com/go-kit/kit v0.12.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/common v0.10.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/prometheus/client_golang v1.12.1
github.com/stretchr/testify v1.7.0
github.com/trivago/tgo v1.0.7
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit a3d935e

Please sign in to comment.