1
1
module github.com/traefik/mesh
2
2
3
- go 1.19
3
+ go 1.21
4
+
5
+ toolchain go1.21.3
4
6
5
7
require (
6
- github.com/cenkalti/backoff/v4 v4.1 .1
7
- github.com/go-check/check v0.0.0-20180628173108-788fd7840127
8
- github.com/google/uuid v1.3.0
8
+ github.com/cenkalti/backoff/v4 v4.2 .1
9
+ github.com/go-check/check v0.0.0-20201130134442-10cb98267c6c
10
+ github.com/google/uuid v1.3.1
9
11
github.com/gorilla/mux v1.8.0
10
- github.com/hashicorp/go-version v1.3 .0
11
- github.com/servicemeshinterface/smi-sdk-go v0.4.1
12
- github.com/sirupsen/logrus v1.8.1
13
- github.com/stretchr/testify v1.8.0
14
- github.com/traefik/paerser v0.1.8
15
- github.com/traefik/traefik/v2 v2.8.3
12
+ github.com/hashicorp/go-version v1.6 .0
13
+ github.com/servicemeshinterface/smi-sdk-go v0.5.0
14
+ github.com/sirupsen/logrus v1.9.3
15
+ github.com/stretchr/testify v1.8.4
16
+ github.com/traefik/paerser v0.2.0
17
+ github.com/traefik/traefik/v2 v2.8.8
16
18
github.com/vdemeester/shakers v0.1.0
17
- k8s.io/api v0.22.5
18
- k8s.io/apimachinery v0.22.5
19
- k8s.io/client-go v0.22.5
19
+ k8s.io/api v0.22.17
20
+ k8s.io/apimachinery v0.22.17
21
+ k8s.io/client-go v0.22.17
20
22
)
21
23
22
24
require (
23
- github.com/BurntSushi/toml v1.1.0 // indirect
25
+ github.com/BurntSushi/toml v1.2.1 // indirect
24
26
github.com/Masterminds/goutils v1.1.1 // indirect
25
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
26
- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
27
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
28
+ github.com/Masterminds/sprig/v3 v3.2.3 // indirect
27
29
github.com/davecgh/go-spew v1.1.1 // indirect
28
30
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
29
31
github.com/go-acme/lego/v4 v4.7.0 // indirect
@@ -33,7 +35,7 @@ require (
33
35
github.com/google/go-cmp v0.5.7 // indirect
34
36
github.com/google/gofuzz v1.2.0 // indirect
35
37
github.com/googleapis/gnostic v0.5.5 // indirect
36
- github.com/huandu/xstrings v1.3.1 // indirect
38
+ github.com/huandu/xstrings v1.3.3 // indirect
37
39
github.com/imdario/mergo v0.3.12 // indirect
38
40
github.com/json-iterator/go v1.1.12 // indirect
39
41
github.com/mitchellh/copystructure v1.0.0 // indirect
@@ -46,12 +48,12 @@ require (
46
48
github.com/shopspring/decimal v1.2.0 // indirect
47
49
github.com/spf13/cast v1.3.1 // indirect
48
50
github.com/spf13/pflag v1.0.5 // indirect
49
- golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
50
- golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
51
+ golang.org/x/crypto v0.3.0 // indirect
52
+ golang.org/x/net v0.2.0 // indirect
51
53
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
52
- golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
53
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
54
- golang.org/x/text v0.3.7 // indirect
54
+ golang.org/x/sys v0.2.0 // indirect
55
+ golang.org/x/term v0.2.0 // indirect
56
+ golang.org/x/text v0.4.0 // indirect
55
57
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
56
58
google.golang.org/appengine v1.6.7 // indirect
57
59
google.golang.org/protobuf v1.28.0 // indirect
@@ -61,8 +63,8 @@ require (
61
63
gopkg.in/yaml.v3 v3.0.1 // indirect
62
64
k8s.io/klog/v2 v2.10.0 // indirect
63
65
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c // indirect
64
- k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e // indirect
65
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
66
+ k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
67
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
66
68
sigs.k8s.io/yaml v1.2.0 // indirect
67
69
)
68
70
0 commit comments