@@ -4,31 +4,30 @@ go 1.20
4
4
5
5
require (
6
6
github.com/google/go-github/v53 v53.2.0
7
- github.com/prometheus/client_golang v1.14 .0
8
- github.com/sirupsen/logrus v1.6.0
7
+ github.com/prometheus/client_golang v1.17 .0
8
+ github.com/sirupsen/logrus v1.9.3
9
9
github.com/stretchr/testify v1.8.2
10
10
gopkg.in/yaml.v2 v2.4.0
11
11
)
12
12
13
13
require (
14
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
14
+ github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
15
15
github.com/beorn7/perks v1.0.1 // indirect
16
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
17
- github.com/cloudflare/circl v1.3.3 // indirect
16
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
17
+ github.com/cloudflare/circl v1.3.6 // indirect
18
18
github.com/davecgh/go-spew v1.1.1 // indirect
19
- github.com/golang/protobuf v1.5.2 // indirect
19
+ github.com/golang/protobuf v1.5.3 // indirect
20
20
github.com/google/go-querystring v1.1.0 // indirect
21
- github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
22
- github.com/matttproud/golang_protobuf_extensions v1 .0.1 // indirect
21
+ github.com/kr/text v0.2.0 // indirect
22
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
23
23
github.com/pmezard/go-difflib v1.0.0 // indirect
24
- github.com/prometheus/client_model v0.3.0 // indirect
25
- github.com/prometheus/common v0.37.0 // indirect
26
- github.com/prometheus/procfs v0.8.0 // indirect
27
- golang.org/x/crypto v0.7.0 // indirect
28
- golang.org/x/net v0.10.0 // indirect
29
- golang.org/x/oauth2 v0.8.0 // indirect
30
- golang.org/x/sys v0.8.0 // indirect
31
- google.golang.org/appengine v1.6.7 // indirect
32
- google.golang.org/protobuf v1.28.1 // indirect
24
+ github.com/prometheus/client_model v0.5.0 // indirect
25
+ github.com/prometheus/common v0.45.0 // indirect
26
+ github.com/prometheus/procfs v0.12.0 // indirect
27
+ golang.org/x/crypto v0.17.0 // indirect
28
+ golang.org/x/oauth2 v0.15.0 // indirect
29
+ golang.org/x/sys v0.15.0 // indirect
30
+ google.golang.org/appengine v1.6.8 // indirect
31
+ google.golang.org/protobuf v1.32.0 // indirect
33
32
gopkg.in/yaml.v3 v3.0.1 // indirect
34
33
)
0 commit comments