|
1 | 1 | module github.com/fusakla/autograf |
2 | 2 |
|
3 | | -go 1.21 |
| 3 | +go 1.24 |
4 | 4 |
|
5 | | -require github.com/alecthomas/kong v0.8.0 |
| 5 | +require github.com/alecthomas/kong v0.9.0 |
6 | 6 |
|
7 | 7 | require ( |
8 | 8 | github.com/K-Phoen/sdk v0.12.0 // indirect |
9 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
10 | | - github.com/gabriel-vasile/mimetype v1.4.2 // indirect |
| 9 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 10 | + github.com/gabriel-vasile/mimetype v1.4.5 // indirect |
11 | 11 | github.com/go-playground/locales v0.14.1 // indirect |
12 | 12 | github.com/go-playground/universal-translator v0.18.1 // indirect |
13 | 13 | github.com/gogo/protobuf v1.3.2 // indirect |
14 | | - github.com/google/go-cmp v0.5.9 // indirect |
15 | | - github.com/gosimple/slug v1.13.1 // indirect |
| 14 | + github.com/google/go-cmp v0.6.0 // indirect |
| 15 | + github.com/gosimple/slug v1.14.0 // indirect |
16 | 16 | github.com/gosimple/unidecode v1.0.1 // indirect |
17 | | - github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect |
| 17 | + github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect |
18 | 18 | github.com/json-iterator/go v1.1.12 // indirect |
19 | | - github.com/leodido/go-urn v1.2.4 // indirect |
| 19 | + github.com/leodido/go-urn v1.4.0 // indirect |
20 | 20 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
21 | 21 | github.com/modern-go/reflect2 v1.0.2 // indirect |
22 | 22 | github.com/pkg/errors v0.9.1 // indirect |
23 | | - golang.org/x/crypto v0.11.0 // indirect |
24 | | - golang.org/x/net v0.12.0 // indirect |
25 | | - golang.org/x/sys v0.10.0 // indirect |
26 | | - golang.org/x/text v0.11.0 // indirect |
| 23 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 24 | + golang.org/x/crypto v0.26.0 // indirect |
| 25 | + golang.org/x/net v0.28.0 // indirect |
| 26 | + golang.org/x/sys v0.24.0 // indirect |
| 27 | + golang.org/x/text v0.17.0 // indirect |
| 28 | + google.golang.org/protobuf v1.34.2 // indirect |
27 | 29 | ) |
28 | 30 |
|
29 | 31 | require ( |
30 | 32 | github.com/fusakla/sdk v0.12.4 |
31 | | - github.com/go-playground/validator/v10 v10.14.1 |
32 | | - github.com/prometheus/client_golang v1.16.0 |
33 | | - github.com/prometheus/common v0.44.0 |
34 | | - github.com/prometheus/prometheus v0.45.0 |
| 33 | + github.com/go-playground/validator/v10 v10.22.0 |
| 34 | + github.com/prometheus/client_golang v1.20.2 |
| 35 | + github.com/prometheus/common v0.55.0 |
| 36 | + github.com/prometheus/prometheus v0.54.0 |
35 | 37 | github.com/sirupsen/logrus v1.9.3 |
36 | | - golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 |
| 38 | + golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 |
37 | 39 | gotest.tools v2.2.0+incompatible |
38 | 40 | ) |
0 commit comments