|
1 | 1 | module github.com/prometheus-community/jiralert |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/andygrunwald/go-jira v1.15.1 |
7 | | - github.com/go-kit/kit v0.10.0 |
8 | | - github.com/golang/protobuf v1.4.1 // indirect |
| 6 | + github.com/andygrunwald/go-jira v1.16.0 |
| 7 | + github.com/go-kit/log v0.2.1 |
9 | 8 | github.com/pkg/errors v0.9.1 |
10 | | - github.com/prometheus/client_golang v1.6.0 |
11 | | - github.com/prometheus/common v0.10.0 // indirect |
12 | | - github.com/stretchr/testify v1.5.1 |
| 9 | + github.com/prometheus/client_golang v1.13.0 |
| 10 | + github.com/stretchr/testify v1.7.0 |
13 | 11 | github.com/trivago/tgo v1.0.7 |
14 | | - gopkg.in/yaml.v2 v2.3.0 |
| 12 | + golang.org/x/text v0.4.0 |
| 13 | + gopkg.in/yaml.v3 v3.0.1 |
| 14 | +) |
| 15 | + |
| 16 | +require ( |
| 17 | + github.com/beorn7/perks v1.0.1 // indirect |
| 18 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 19 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 20 | + github.com/fatih/structs v1.1.0 // indirect |
| 21 | + github.com/go-logfmt/logfmt v0.5.1 // indirect |
| 22 | + github.com/golang-jwt/jwt/v4 v4.4.2 // indirect |
| 23 | + github.com/golang/protobuf v1.5.2 // indirect |
| 24 | + github.com/google/go-querystring v1.1.0 // indirect |
| 25 | + github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect |
| 26 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 27 | + github.com/prometheus/client_model v0.3.0 // indirect |
| 28 | + github.com/prometheus/common v0.37.0 // indirect |
| 29 | + github.com/prometheus/procfs v0.8.0 // indirect |
| 30 | + golang.org/x/sys v0.1.0 // indirect |
| 31 | + google.golang.org/protobuf v1.28.1 // indirect |
15 | 32 | ) |
0 commit comments