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