|
1 | 1 | module github.com/serverlessworkflow/sdk-go/v2
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.22.8 |
| 4 | + |
| 5 | +toolchain go1.23.1 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| - github.com/go-playground/validator/v10 v10.11.1 |
| 8 | + github.com/go-playground/validator/v10 v10.22.1 |
7 | 9 | github.com/pkg/errors v0.9.1
|
8 |
| - github.com/relvacode/iso8601 v1.3.0 |
9 |
| - github.com/sosodev/duration v1.2.0 |
10 |
| - github.com/stretchr/testify v1.8.0 |
| 10 | + github.com/relvacode/iso8601 v1.4.0 |
| 11 | + github.com/sosodev/duration v1.3.1 |
| 12 | + github.com/stretchr/testify v1.9.0 |
11 | 13 | gopkg.in/yaml.v3 v3.0.1
|
12 |
| - k8s.io/apimachinery v0.26.2 |
13 |
| - sigs.k8s.io/controller-runtime v0.14.4 |
14 |
| - sigs.k8s.io/yaml v1.3.0 |
| 14 | + k8s.io/apimachinery v0.31.1 |
| 15 | + sigs.k8s.io/controller-runtime v0.19.0 |
| 16 | + sigs.k8s.io/yaml v1.4.0 |
15 | 17 | )
|
16 | 18 |
|
17 | 19 | require (
|
18 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
19 |
| - github.com/go-logr/logr v1.2.3 // indirect |
20 |
| - github.com/go-playground/locales v0.14.0 // indirect |
21 |
| - github.com/go-playground/universal-translator v0.18.0 // indirect |
| 20 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 21 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 22 | + github.com/gabriel-vasile/mimetype v1.4.3 // indirect |
| 23 | + github.com/go-logr/logr v1.4.2 // indirect |
| 24 | + github.com/go-playground/locales v0.14.1 // indirect |
| 25 | + github.com/go-playground/universal-translator v0.18.1 // indirect |
22 | 26 | github.com/gogo/protobuf v1.3.2 // indirect
|
23 | 27 | github.com/google/gofuzz v1.2.0 // indirect
|
24 | 28 | github.com/json-iterator/go v1.1.12 // indirect
|
25 |
| - github.com/leodido/go-urn v1.2.1 // indirect |
| 29 | + github.com/leodido/go-urn v1.4.0 // indirect |
26 | 30 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
27 | 31 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
28 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
29 |
| - golang.org/x/crypto v0.15.0 // indirect |
30 |
| - golang.org/x/net v0.18.0 // indirect |
31 |
| - golang.org/x/sys v0.14.0 // indirect |
32 |
| - golang.org/x/text v0.14.0 // indirect |
| 32 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 33 | + github.com/x448/float16 v0.8.4 // indirect |
| 34 | + golang.org/x/crypto v0.28.0 // indirect |
| 35 | + golang.org/x/net v0.26.0 // indirect |
| 36 | + golang.org/x/sys v0.26.0 // indirect |
| 37 | + golang.org/x/text v0.19.0 // indirect |
33 | 38 | gopkg.in/inf.v0 v0.9.1 // indirect
|
34 | 39 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
35 |
| - k8s.io/klog/v2 v2.80.2-0.20221028030830-9ae4992afb54 // indirect |
36 |
| - k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect |
37 |
| - sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect |
38 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
| 40 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 41 | + k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect |
| 42 | + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| 43 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
39 | 44 | )
|
40 |
| - |
41 |
| -replace golang.org/x/text => golang.org/x/text v0.3.8 |
|
0 commit comments