|
1 | 1 | module github.com/digineo/http-over-ssh |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/prometheus/client_golang v1.13.0 |
7 | | - github.com/stretchr/testify v1.8.0 |
8 | | - golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa |
| 6 | + github.com/prometheus/client_golang v1.14.0 |
| 7 | + github.com/stretchr/testify v1.8.2 |
| 8 | + golang.org/x/crypto v0.7.0 |
9 | 9 | ) |
10 | 10 |
|
11 | 11 | require ( |
12 | 12 | github.com/beorn7/perks v1.0.1 // indirect |
13 | | - github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 13 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
14 | 14 | github.com/davecgh/go-spew v1.1.1 // indirect |
15 | | - github.com/golang/protobuf v1.5.2 // indirect |
16 | | - github.com/kr/pretty v0.3.0 // indirect |
17 | | - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 15 | + github.com/golang/protobuf v1.5.3 // indirect |
| 16 | + github.com/kr/pretty v0.3.1 // indirect |
| 17 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
18 | 18 | github.com/pmezard/go-difflib v1.0.0 // indirect |
19 | | - github.com/prometheus/client_model v0.2.0 // indirect |
20 | | - github.com/prometheus/common v0.37.0 // indirect |
21 | | - github.com/prometheus/procfs v0.8.0 // indirect |
22 | | - golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect |
23 | | - google.golang.org/protobuf v1.28.1 // indirect |
24 | | - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 19 | + github.com/prometheus/client_model v0.3.0 // indirect |
| 20 | + github.com/prometheus/common v0.42.0 // indirect |
| 21 | + github.com/prometheus/procfs v0.9.0 // indirect |
| 22 | + golang.org/x/sys v0.6.0 // indirect |
| 23 | + google.golang.org/protobuf v1.30.0 // indirect |
25 | 24 | gopkg.in/yaml.v3 v3.0.1 // indirect |
26 | 25 | ) |
0 commit comments