|
1 | 1 | module github.com/seldonio/seldon-core/executor
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.22 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/cloudevents/sdk-go v1.2.0
|
7 | 7 | github.com/confluentinc/confluent-kafka-go v1.8.2
|
8 | 8 | github.com/ghodss/yaml v1.0.0
|
9 |
| - github.com/go-logr/logr v1.2.3 |
10 |
| - github.com/golang/protobuf v1.5.3 |
11 |
| - github.com/google/uuid v1.3.0 |
| 9 | + github.com/go-logr/logr v1.3.0 |
| 10 | + github.com/golang/protobuf v1.5.4 |
| 11 | + github.com/google/uuid v1.6.0 |
12 | 12 | github.com/gorilla/mux v1.8.0
|
13 | 13 | github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
14 |
| - github.com/onsi/gomega v1.19.0 |
| 14 | + github.com/onsi/gomega v1.29.0 |
15 | 15 | github.com/opentracing/opentracing-go v1.2.0
|
16 | 16 | github.com/pkg/errors v0.9.1
|
17 |
| - github.com/prometheus/client_golang v1.12.1 |
18 |
| - github.com/prometheus/common v0.34.0 |
| 17 | + github.com/prometheus/client_golang v1.16.0 |
| 18 | + github.com/prometheus/common v0.44.0 |
19 | 19 | github.com/rabbitmq/amqp091-go v1.3.4
|
20 | 20 | github.com/seldonio/seldon-core/operator v0.0.0-00010101000000-000000000000
|
21 |
| - github.com/stretchr/testify v1.8.0 |
| 21 | + github.com/stretchr/testify v1.8.4 |
22 | 22 | github.com/tensorflow/tensorflow/tensorflow/go/core v0.0.0-00010101000000-000000000000
|
23 | 23 | github.com/uber/jaeger-client-go v2.25.0+incompatible
|
24 | 24 | go.uber.org/automaxprocs v1.4.0
|
25 |
| - go.uber.org/zap v1.19.1 |
26 |
| - golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f |
27 |
| - google.golang.org/grpc v1.56.3 |
28 |
| - google.golang.org/protobuf v1.30.0 |
| 25 | + go.uber.org/zap v1.25.0 |
| 26 | + golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 |
| 27 | + google.golang.org/grpc v1.63.3 |
| 28 | + google.golang.org/protobuf v1.34.2 |
29 | 29 | gotest.tools v2.2.0+incompatible
|
30 |
| - k8s.io/api v0.25.0 |
31 |
| - sigs.k8s.io/controller-runtime v0.12.2 |
| 30 | + k8s.io/api v0.27.16 |
| 31 | + sigs.k8s.io/controller-runtime v0.15.3 |
32 | 32 | )
|
33 | 33 |
|
34 | 34 | require (
|
35 |
| - github.com/PuerkitoBio/purell v1.1.1 // indirect |
36 |
| - github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
37 | 35 | github.com/beorn7/perks v1.0.1 // indirect
|
38 | 36 | github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
39 | 37 | github.com/codahale/hdrhistogram v0.0.0-00010101000000-000000000000 // indirect
|
40 | 38 | github.com/davecgh/go-spew v1.1.1 // indirect
|
41 |
| - github.com/emicklei/go-restful v2.15.0+incompatible // indirect |
42 | 39 | github.com/emicklei/go-restful/v3 v3.10.0 // indirect
|
43 |
| - github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
44 | 40 | github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
45 |
| - github.com/fsnotify/fsnotify v1.5.1 // indirect |
46 |
| - github.com/go-logr/zapr v1.2.0 // indirect |
47 |
| - github.com/go-openapi/jsonpointer v0.19.5 // indirect |
48 |
| - github.com/go-openapi/jsonreference v0.19.6 // indirect |
49 |
| - github.com/go-openapi/swag v0.21.1 // indirect |
| 41 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 42 | + github.com/go-logr/zapr v1.2.4 // indirect |
| 43 | + github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 44 | + github.com/go-openapi/jsonreference v0.20.1 // indirect |
| 45 | + github.com/go-openapi/swag v0.22.3 // indirect |
50 | 46 | github.com/gogo/protobuf v1.3.2 // indirect
|
51 | 47 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
52 | 48 | github.com/google/gnostic v0.5.7-v3refs // indirect
|
53 |
| - github.com/google/go-cmp v0.5.9 // indirect |
| 49 | + github.com/google/go-cmp v0.6.0 // indirect |
54 | 50 | github.com/google/gofuzz v1.2.0 // indirect
|
55 | 51 | github.com/imdario/mergo v0.3.12 // indirect
|
56 | 52 | github.com/josharian/intern v1.0.1-0.20211109044230-42b52b674af5 // indirect
|
57 | 53 | github.com/json-iterator/go v1.1.12 // indirect
|
58 | 54 | github.com/kedacore/keda/v2 v2.7.1 // indirect
|
59 | 55 | github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac // indirect
|
60 | 56 | github.com/mailru/easyjson v0.7.7 // indirect
|
61 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
| 57 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
62 | 58 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
63 | 59 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
64 | 60 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
65 | 61 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
66 |
| - github.com/prometheus/client_model v0.2.0 // indirect |
67 |
| - github.com/prometheus/procfs v0.7.3 // indirect |
| 62 | + github.com/prometheus/client_model v0.4.0 // indirect |
| 63 | + github.com/prometheus/procfs v0.10.1 // indirect |
68 | 64 | github.com/spf13/pflag v1.0.5 // indirect
|
69 |
| - github.com/stretchr/objx v0.4.0 // indirect |
| 65 | + github.com/stretchr/objx v0.5.0 // indirect |
70 | 66 | github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
|
71 | 67 | go.opencensus.io v0.23.0 // indirect
|
72 | 68 | go.uber.org/atomic v1.9.0 // indirect
|
73 |
| - go.uber.org/multierr v1.6.0 // indirect |
74 |
| - golang.org/x/net v0.17.0 // indirect |
75 |
| - golang.org/x/oauth2 v0.7.0 // indirect |
76 |
| - golang.org/x/sys v0.13.0 // indirect |
77 |
| - golang.org/x/term v0.13.0 // indirect |
78 |
| - golang.org/x/text v0.13.0 // indirect |
79 |
| - golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
80 |
| - gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect |
81 |
| - google.golang.org/appengine v1.6.7 // indirect |
82 |
| - google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect |
| 69 | + go.uber.org/multierr v1.10.0 // indirect |
| 70 | + golang.org/x/net v0.26.0 // indirect |
| 71 | + golang.org/x/oauth2 v0.17.0 // indirect |
| 72 | + golang.org/x/sys v0.21.0 // indirect |
| 73 | + golang.org/x/term v0.21.0 // indirect |
| 74 | + golang.org/x/text v0.16.0 // indirect |
| 75 | + golang.org/x/time v0.3.0 // indirect |
| 76 | + gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect |
| 77 | + google.golang.org/appengine v1.6.8 // indirect |
| 78 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect |
83 | 79 | gopkg.in/inf.v0 v0.9.1 // indirect
|
84 | 80 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
85 | 81 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
86 |
| - k8s.io/apiextensions-apiserver v0.24.2 // indirect |
87 |
| - k8s.io/apimachinery v0.25.0 // indirect |
88 |
| - k8s.io/client-go v0.25.0 // indirect |
89 |
| - k8s.io/component-base v0.24.2 // indirect |
90 |
| - k8s.io/klog/v2 v2.70.1 // indirect |
91 |
| - k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect |
92 |
| - k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect |
| 82 | + k8s.io/apiextensions-apiserver v0.27.16 // indirect |
| 83 | + k8s.io/apimachinery v0.27.16 // indirect |
| 84 | + k8s.io/client-go v0.27.16 // indirect |
| 85 | + k8s.io/component-base v0.27.16 // indirect |
| 86 | + k8s.io/klog/v2 v2.90.1 // indirect |
| 87 | + k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect |
| 88 | + k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect |
93 | 89 | knative.dev/pkg v0.0.0-20220502225657-4fced0164c9a // indirect
|
94 |
| - sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect |
| 90 | + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
95 | 91 | sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
96 | 92 | sigs.k8s.io/yaml v1.3.0 // indirect
|
97 | 93 | )
|
|
0 commit comments