@@ -4,12 +4,12 @@ require (
44 github.com/Masterminds/squirrel v0.0.0-20190107164353-fa735ea14f09
55 github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
66 github.com/argoproj/argo-workflows/v3 v3.3.10
7- github.com/aws/aws-sdk-go v1.42.50
7+ github.com/aws/aws-sdk-go v1.44.27
88 github.com/cenkalti/backoff v2.2.1+incompatible
99 github.com/eapache/go-resiliency v1.2.0
1010 github.com/emicklei/go-restful v2.16.0+incompatible // indirect
1111 github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
12- github.com/fsnotify/fsnotify v1.5.1
12+ github.com/fsnotify/fsnotify v1.5.4
1313 github.com/go-openapi/errors v0.20.2
1414 github.com/go-openapi/runtime v0.21.1
1515 github.com/go-openapi/strfmt v0.21.1
@@ -37,14 +37,14 @@ require (
3737 github.com/minio/minio-go/v6 v6.0.57
3838 github.com/peterhellberg/duration v0.0.0-20191119133758-ec6baeebcd10
3939 github.com/pkg/errors v0.9.1
40- github.com/prometheus/client_golang v1.12.1
40+ github.com/prometheus/client_golang v1.12.2
4141 github.com/prometheus/client_model v0.4.0
4242 github.com/robfig/cron v1.2.0
4343 github.com/sirupsen/logrus v1.9.0
44- github.com/spf13/viper v1.10.1
44+ github.com/spf13/viper v1.12.0
4545 github.com/stretchr/testify v1.8.4
4646 gocloud.dev v0.22.0
47- golang.org/x/net v0.19 .0
47+ golang.org/x/net v0.23 .0
4848 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
4949 google.golang.org/grpc v1.54.0
5050 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
@@ -53,16 +53,25 @@ require (
5353 k8s.io/api v0.24.17
5454 k8s.io/apimachinery v0.24.17
5555 k8s.io/client-go v0.24.3
56- k8s.io/code-generator v0.23.3
57- sigs.k8s.io/controller-runtime v0.11.1
56+ k8s.io/code-generator v0.23.5
57+ sigs.k8s.io/controller-runtime v0.11.2
5858 sigs.k8s.io/yaml v1.3.0
5959)
6060
6161replace (
62+ github.com/argoproj/argo-events v0.17.1-0.20220223155401-ddda8800f9f8 => github.com/argoproj/argo-events v1.7.1
63+ github.com/cloudevents/sdk-go/v2 v2.10.0 => github.com/cloudevents/sdk-go/v2 v2.15.1
64+ github.com/cloudflare/circl v1.3.3 => github.com/cloudflare/circl v1.3.7
65+ github.com/dgrijalva/jwt-go v3.2.0+incompatible => github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
6266 github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
6367 github.com/go-git/go-git/v5 => github.com/go-git/go-git/v5 v5.11.0
6468 github.com/go-jose/go-jose/v3 => github.com/go-jose/go-jose/v3 v3.0.1
69+ github.com/jackc/pgx/v5 v5.4.2 => github.com/jackc/pgx/v5 v5.5.4
70+ github.com/labstack/echo v3.2.1+incompatible => github.com/labstack/echo/v4 v4.2.0
71+ github.com/nats-io/nats-server/v2 v2.7.2 => github.com/nats-io/nats-server/v2 v2.10.2
72+ github.com/nats-io/nkeys v0.4.5 => github.com/nats-io/nkeys v0.4.6
6573 google.golang.org/grpc => google.golang.org/grpc v1.56.3
74+ nhooyr.io/websocket v1.8.6 => nhooyr.io/websocket v1.8.7
6675)
6776
6877go 1.13
0 commit comments