Skip to content

Commit adaa4d8

Browse files
author
Paulo Gomes
authored
Merge pull request #444 from pjbgf/update-deps
Update dependencies
2 parents 8828ca3 + 8ef1218 commit adaa4d8

File tree

4 files changed

+71
-63
lines changed

4 files changed

+71
-63
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/fluxcd/pkg/apis/meta v0.16.0
7-
github.com/fluxcd/source-controller/api v0.29.0
7+
github.com/fluxcd/source-controller/api v0.30.0
88
k8s.io/apimachinery v0.25.2
99
sigs.k8s.io/controller-runtime v0.13.0
1010
)

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/fluxcd/pkg/apis/acl v0.1.0 h1:EoAl377hDQYL3WqanWCdifauXqXbMyFuK82NnX6
55
github.com/fluxcd/pkg/apis/acl v0.1.0/go.mod h1:zfEZzz169Oap034EsDhmCAGgnWlcWmIObZjYMusoXS8=
66
github.com/fluxcd/pkg/apis/meta v0.16.0 h1:6Mj9rB0TtvCeTe3IlQDc1i2DH75Oosea9yUqS7XafVg=
77
github.com/fluxcd/pkg/apis/meta v0.16.0/go.mod h1:GrOVzWXiu22XjLNgLLe2EBYhQPqZetes5SIADb4bmHE=
8-
github.com/fluxcd/source-controller/api v0.29.0 h1:RyuHUCW7NtnHu61RbZUYhNWS+Nl0Z0rWS6a4aGGZZqE=
9-
github.com/fluxcd/source-controller/api v0.29.0/go.mod h1:pqWB3brXYkacesoKGY96dTJRrafThY1VwDQy6md1W/4=
8+
github.com/fluxcd/source-controller/api v0.30.0 h1:rPVPpwXcYG2n0DTRcRagfGDiccvCib5S09K5iMjlpRU=
9+
github.com/fluxcd/source-controller/api v0.30.0/go.mod h1:UkjAqQ6QAXNNesNQDTArTeiTp+UuhOUIA+JyFhGP/+Q=
1010
github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI=
1111
github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas=
1212
github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=

go.mod

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ require (
2424
github.com/fluxcd/pkg/gittestserver v0.7.0
2525
github.com/fluxcd/pkg/runtime v0.19.0
2626
github.com/fluxcd/pkg/ssh v0.6.0
27-
github.com/fluxcd/source-controller v0.29.0
28-
github.com/fluxcd/source-controller/api v0.29.0
27+
github.com/fluxcd/source-controller v0.30.0
28+
github.com/fluxcd/source-controller/api v0.30.0
2929
github.com/go-git/go-billy/v5 v5.3.1
3030
github.com/go-git/go-git/v5 v5.4.2
3131
github.com/go-logr/logr v1.2.3
@@ -38,7 +38,7 @@ require (
3838
k8s.io/api v0.25.2
3939
k8s.io/apimachinery v0.25.2
4040
k8s.io/client-go v0.25.2
41-
k8s.io/kube-openapi v0.0.0-20220927161751-b7a9e6fe3bb6
41+
k8s.io/kube-openapi v0.0.0-20220928191237-829ce0c27909
4242
sigs.k8s.io/controller-runtime v0.13.0
4343
sigs.k8s.io/kustomize/kyaml v0.13.9
4444
)
@@ -52,7 +52,7 @@ require (
5252
github.com/Masterminds/semver/v3 v3.1.1 // indirect
5353
github.com/Microsoft/go-winio v0.5.2 // indirect
5454
github.com/acomagu/bufpipe v1.0.3 // indirect
55-
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
55+
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
5656
github.com/beorn7/perks v1.0.1 // indirect
5757
github.com/cespare/xxhash/v2 v2.1.2 // indirect
5858
github.com/cloudflare/circl v1.1.0 // indirect
@@ -70,7 +70,7 @@ require (
7070
github.com/go-logr/zapr v1.2.3 // indirect
7171
github.com/go-openapi/jsonpointer v0.19.5 // indirect
7272
github.com/go-openapi/jsonreference v0.20.0 // indirect
73-
github.com/go-openapi/swag v0.21.1 // indirect
73+
github.com/go-openapi/swag v0.22.3 // indirect
7474
github.com/gofrs/uuid v4.2.0+incompatible // indirect
7575
github.com/gogo/protobuf v1.3.2 // indirect
7676
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -80,7 +80,7 @@ require (
8080
github.com/google/gofuzz v1.2.0 // indirect
8181
github.com/google/uuid v1.3.0 // indirect
8282
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
83-
github.com/hashicorp/go-hclog v0.12.0 // indirect
83+
github.com/hashicorp/go-hclog v1.2.2 // indirect
8484
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
8585
github.com/huandu/xstrings v1.3.2 // indirect
8686
github.com/imdario/mergo v0.3.12 // indirect
@@ -94,7 +94,7 @@ require (
9494
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9595
github.com/mitchellh/copystructure v1.2.0 // indirect
9696
github.com/mitchellh/go-homedir v1.1.0 // indirect
97-
github.com/mitchellh/mapstructure v1.4.3 // indirect
97+
github.com/mitchellh/mapstructure v1.5.0 // indirect
9898
github.com/mitchellh/reflectwalk v1.0.2 // indirect
9999
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
100100
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -106,22 +106,24 @@ require (
106106
github.com/prometheus/client_model v0.2.0 // indirect
107107
github.com/prometheus/common v0.37.0 // indirect
108108
github.com/prometheus/procfs v0.8.0 // indirect
109+
github.com/rogpeppe/go-internal v1.8.0 // indirect
109110
github.com/sergi/go-diff v1.2.0 // indirect
110111
github.com/shopspring/decimal v1.2.0 // indirect
111-
github.com/spf13/cast v1.4.1 // indirect
112+
github.com/spf13/cast v1.5.0 // indirect
112113
github.com/spf13/cobra v1.5.0 // indirect
113114
github.com/stretchr/objx v0.4.0 // indirect
114115
github.com/xanzy/ssh-agent v0.3.1 // indirect
115116
github.com/xlab/treeprint v1.1.0 // indirect
116-
go.uber.org/atomic v1.7.0 // indirect
117-
go.uber.org/multierr v1.6.0 // indirect
117+
go.uber.org/atomic v1.10.0 // indirect
118+
go.uber.org/goleak v1.2.0 // indirect
119+
go.uber.org/multierr v1.8.0 // indirect
118120
go.uber.org/zap v1.23.0 // indirect
119-
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect
120-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
121-
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
121+
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
122+
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
123+
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
122124
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
123-
golang.org/x/text v0.3.7 // indirect
124-
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
125+
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
126+
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
125127
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
126128
google.golang.org/appengine v1.6.7 // indirect
127129
google.golang.org/protobuf v1.28.1 // indirect
@@ -132,7 +134,7 @@ require (
132134
k8s.io/apiextensions-apiserver v0.25.0 // indirect
133135
k8s.io/component-base v0.25.2 // indirect
134136
k8s.io/klog/v2 v2.80.1 // indirect
135-
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
137+
k8s.io/utils v0.0.0-20220922133306-665eaaec4324 // indirect
136138
sigs.k8s.io/cli-utils v0.33.0 // indirect
137139
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
138140
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

0 commit comments

Comments
 (0)