1
1
module github.com/ovh/utask
2
2
3
- go 1.22
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
- github.com/Masterminds/sprig/v3 v3.2.3
8
+ github.com/Masterminds/sprig/v3 v3.3.0
7
9
github.com/Masterminds/squirrel v1.5.4
8
10
github.com/cenkalti/backoff v2.2.1+incompatible
9
11
github.com/fabienm/go-logrus-formatters v1.0.0
10
- github.com/gin-gonic/gin v1.9.1
12
+ github.com/gin-gonic/gin v1.10.0
11
13
github.com/go-gorp/gorp v2.2.0+incompatible
12
- github.com/go-ping/ping v1.1 .0
14
+ github.com/go-ping/ping v1.2 .0
13
15
github.com/gofrs/uuid v4.4.0+incompatible
14
16
github.com/jpillora/backoff v1.0.0
15
17
github.com/juju/errors v1.0.0
16
18
github.com/lib/pq v1.10.9
17
- github.com/loopfz/gadgeto v0.11.3
19
+ github.com/loopfz/gadgeto v0.11.5
18
20
github.com/markusthoemmes/goautoneg v0.0.0-20190713162725-c6008fefa5b1
19
21
github.com/maxatome/go-testdeep v1.12.0
20
- github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
22
+ github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.23
21
23
github.com/ovh/configstore v0.6.2
22
- github.com/ovh/go-ovh v1.4.3
23
- github.com/ovh/symmecrypt v0.6.0
24
- github.com/prometheus/client_golang v1.17.0
25
- github.com/robertkrimen/otto v0.3.0
24
+ github.com/ovh/go-ovh v1.7.0
25
+ github.com/ovh/symmecrypt v0.6.1
26
+ github.com/prometheus/client_golang v1.21.1
27
+ github.com/robertkrimen/otto v0.5.1
26
28
github.com/santhosh-tekuri/jsonschema v1.2.4
27
29
github.com/sirupsen/logrus v1.9.3
28
- github.com/spf13/cobra v1.8.0
29
- github.com/spf13/viper v1.17.0
30
- github.com/stretchr/testify v1.8.4
31
- github.com/tidwall/gjson v1.17 .0
30
+ github.com/spf13/cobra v1.9.1
31
+ github.com/spf13/viper v1.20.1
32
+ github.com/stretchr/testify v1.10.0
33
+ github.com/tidwall/gjson v1.18 .0
32
34
github.com/wI2L/fizz v0.22.0
33
35
github.com/ybriffa/go-http-digest-auth-client v0.6.3
34
- golang.org/x/crypto v0.21 .0
35
- golang.org/x/net v0.22 .0
36
- golang.org/x/sync v0.6 .0
36
+ golang.org/x/crypto v0.37 .0
37
+ golang.org/x/net v0.38 .0
38
+ golang.org/x/sync v0.13 .0
37
39
gopkg.in/mail.v2 v2.3.1
38
40
sigs.k8s.io/yaml v1.4.0
39
41
)
40
42
41
43
require (
44
+ dario.cat/mergo v1.0.1 // indirect
42
45
github.com/Masterminds/goutils v1.1.1 // indirect
43
- github.com/Masterminds/semver/v3 v3.2 .1 // indirect
46
+ github.com/Masterminds/semver/v3 v3.3 .1 // indirect
44
47
github.com/SSSaaS/sssa-golang v0.0.0-20170502204618-d37d7782d752 // indirect
45
48
github.com/beorn7/perks v1.0.1 // indirect
46
- github.com/bytedance/sonic v1.11.3 // indirect
47
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
49
+ github.com/bytedance/sonic v1.13.2 // indirect
50
+ github.com/bytedance/sonic/loader v0.2.4 // indirect
51
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
48
52
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
49
53
github.com/chenzhuoyu/iasm v0.9.1 // indirect
54
+ github.com/cloudwego/base64x v0.1.5 // indirect
50
55
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
51
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
52
- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
56
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
57
+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
53
58
github.com/ghodss/yaml v1.0.0 // indirect
54
- github.com/gin-contrib/sse v0.1 .0 // indirect
59
+ github.com/gin-contrib/sse v1.0 .0 // indirect
55
60
github.com/go-playground/locales v0.14.1 // indirect
56
61
github.com/go-playground/universal-translator v0.18.1 // indirect
57
- github.com/go-playground/validator/v10 v10.19.0 // indirect
58
- github.com/goccy/go-json v0.10.2 // indirect
59
- github.com/google/uuid v1.4.0 // indirect
62
+ github.com/go-playground/validator/v10 v10.26.0 // indirect
63
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
64
+ github.com/goccy/go-json v0.10.5 // indirect
65
+ github.com/google/uuid v1.6.0 // indirect
60
66
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
61
- github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
67
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
62
68
github.com/hashicorp/hcl v1.0.0 // indirect
63
- github.com/huandu/xstrings v1.4 .0 // indirect
69
+ github.com/huandu/xstrings v1.5 .0 // indirect
64
70
github.com/imdario/mergo v0.3.16 // indirect
65
71
github.com/inconshreveable/mousetrap v1.1.0 // indirect
66
72
github.com/json-iterator/go v1.1.12 // indirect
67
- github.com/klauspost/cpuid/v2 v2.2.7 // indirect
73
+ github.com/klauspost/compress v1.18.0 // indirect
74
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
68
75
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
69
76
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
70
77
github.com/leodido/go-urn v1.4.0 // indirect
71
- github.com/magiconair/properties v1.8.7 // indirect
78
+ github.com/magiconair/properties v1.8.9 // indirect
72
79
github.com/mattn/go-isatty v0.0.20 // indirect
73
80
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
74
81
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75 // indirect
@@ -77,31 +84,33 @@ require (
77
84
github.com/mitchellh/reflectwalk v1.0.2 // indirect
78
85
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
79
86
github.com/modern-go/reflect2 v1.0.2 // indirect
87
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
80
88
github.com/pelletier/go-toml v1.9.5 // indirect
81
- github.com/pelletier/go-toml/v2 v2.1.1 // indirect
89
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
82
90
github.com/pkg/errors v0.9.1 // indirect
83
91
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
84
- github.com/prometheus/client_model v0.5.0 // indirect
85
- github.com/prometheus/common v0.45 .0 // indirect
86
- github.com/prometheus/procfs v0.12 .0 // indirect
87
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
92
+ github.com/prometheus/client_model v0.6.1 // indirect
93
+ github.com/prometheus/common v0.63 .0 // indirect
94
+ github.com/prometheus/procfs v0.16 .0 // indirect
95
+ github.com/sagikazarmark/locafero v0.9 .0 // indirect
88
96
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
89
- github.com/shopspring/decimal v1.3.1 // indirect
97
+ github.com/shopspring/decimal v1.4.0 // indirect
90
98
github.com/sourcegraph/conc v0.3.0 // indirect
91
- github.com/spf13/afero v1.11 .0 // indirect
92
- github.com/spf13/cast v1.6.0 // indirect
93
- github.com/spf13/pflag v1.0.5 // indirect
99
+ github.com/spf13/afero v1.14 .0 // indirect
100
+ github.com/spf13/cast v1.7.1 // indirect
101
+ github.com/spf13/pflag v1.0.6 // indirect
94
102
github.com/subosito/gotenv v1.6.0 // indirect
95
103
github.com/tidwall/match v1.1.1 // indirect
96
104
github.com/tidwall/pretty v1.2.1 // indirect
97
105
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
98
106
github.com/ugorji/go/codec v1.2.12 // indirect
99
107
go.uber.org/multierr v1.11.0 // indirect
100
- golang.org/x/arch v0.7.0 // indirect
101
- golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
102
- golang.org/x/sys v0.18.0 // indirect
103
- golang.org/x/text v0.14.0 // indirect
104
- google.golang.org/protobuf v1.33.0 // indirect
108
+ golang.org/x/arch v0.16.0 // indirect
109
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
110
+ golang.org/x/oauth2 v0.29.0 // indirect
111
+ golang.org/x/sys v0.32.0 // indirect
112
+ golang.org/x/text v0.24.0 // indirect
113
+ google.golang.org/protobuf v1.36.6 // indirect
105
114
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
106
115
gopkg.in/ini.v1 v1.67.0 // indirect
107
116
gopkg.in/sourcemap.v1 v1.0.5 // indirect
0 commit comments