@@ -4,12 +4,12 @@ require (
4
4
github.com/Masterminds/squirrel v0.0.0-20190107164353-fa735ea14f09
5
5
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
6
6
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
8
8
github.com/cenkalti/backoff v2.2.1+incompatible
9
9
github.com/eapache/go-resiliency v1.2.0
10
10
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
11
11
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
13
13
github.com/go-openapi/errors v0.20.2
14
14
github.com/go-openapi/runtime v0.21.1
15
15
github.com/go-openapi/strfmt v0.21.1
@@ -37,14 +37,14 @@ require (
37
37
github.com/minio/minio-go/v6 v6.0.57
38
38
github.com/peterhellberg/duration v0.0.0-20191119133758-ec6baeebcd10
39
39
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
41
41
github.com/prometheus/client_model v0.4.0
42
42
github.com/robfig/cron v1.2.0
43
43
github.com/sirupsen/logrus v1.9.0
44
- github.com/spf13/viper v1.10.1
44
+ github.com/spf13/viper v1.12.0
45
45
github.com/stretchr/testify v1.8.4
46
46
gocloud.dev v0.22.0
47
- golang.org/x/net v0.19 .0
47
+ golang.org/x/net v0.23 .0
48
48
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
49
49
google.golang.org/grpc v1.54.0
50
50
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
@@ -53,16 +53,25 @@ require (
53
53
k8s.io/api v0.24.17
54
54
k8s.io/apimachinery v0.24.17
55
55
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
58
58
sigs.k8s.io/yaml v1.3.0
59
59
)
60
60
61
61
replace (
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
62
66
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
63
67
github.com/go-git/go-git/v5 => github.com/go-git/go-git/v5 v5.11.0
64
68
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
65
73
google.golang.org/grpc => google.golang.org/grpc v1.56.3
74
+ nhooyr.io/websocket v1.8.6 => nhooyr.io/websocket v1.8.7
66
75
)
67
76
68
77
go 1.13
0 commit comments