Skip to content

Commit fba3b4d

Browse files
deps: minor updates (#2119)
Signed-off-by: Dave Henderson <[email protected]>
1 parent 532d68b commit fba3b4d

File tree

3 files changed

+83
-82
lines changed

3 files changed

+83
-82
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.6-labs
1+
# syntax=docker/dockerfile:1.8-labs
22
FROM --platform=linux/amd64 golang:1.22-alpine AS build
33

44
ARG TARGETOS

go.mod

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/ugorji/go/codec v1.2.12
2828
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
2929
golang.org/x/crypto v0.24.0
30-
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
30+
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
3131
golang.org/x/sys v0.21.0
3232
golang.org/x/term v0.21.0
3333
golang.org/x/text v0.16.0
@@ -41,57 +41,57 @@ require (
4141
require github.com/hairyhenderson/yaml v0.0.0-20220618171115-2d35fca545ce
4242

4343
require (
44-
cloud.google.com/go v0.114.0 // indirect
44+
cloud.google.com/go v0.115.0 // indirect
4545
cloud.google.com/go/auth v0.5.1 // indirect
4646
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
4747
cloud.google.com/go/compute/metadata v0.3.0 // indirect
4848
cloud.google.com/go/iam v1.1.8 // indirect
49-
cloud.google.com/go/storage v1.41.0 // indirect
49+
cloud.google.com/go/storage v1.42.0 // indirect
5050
dario.cat/mergo v1.0.0 // indirect
51-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 // indirect
51+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect
5252
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
53-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
53+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
5454
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2 // indirect
5555
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
5656
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
5757
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
58-
github.com/Microsoft/go-winio v0.6.1 // indirect
58+
github.com/Microsoft/go-winio v0.6.2 // indirect
5959
github.com/ProtonMail/go-crypto v1.0.0 // indirect
6060
github.com/armon/go-metrics v0.4.1 // indirect
6161
github.com/aws/aws-sdk-go-v2 v1.27.2 // indirect
62-
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.1 // indirect
62+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
6363
github.com/aws/aws-sdk-go-v2/config v1.27.18 // indirect
6464
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 // indirect
6565
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.5 // indirect
66-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.9 // indirect
66+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.24 // indirect
6767
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 // indirect
6868
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 // indirect
6969
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
70-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.3 // indirect
70+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.9 // indirect
7171
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
72-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.5 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.11 // indirect
7373
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 // indirect
74-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.3 // indirect
75-
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4 // indirect
74+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.9 // indirect
75+
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.1 // indirect
7676
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.30.0 // indirect
7777
github.com/aws/aws-sdk-go-v2/service/ssm v1.50.6 // indirect
7878
github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 // indirect
7979
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 // indirect
8080
github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 // indirect
8181
github.com/aws/smithy-go v1.20.2 // indirect
8282
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
83-
github.com/cloudflare/circl v1.3.7 // indirect
83+
github.com/cloudflare/circl v1.3.9 // indirect
8484
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
85-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
85+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
8686
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8787
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
8888
github.com/emirpasic/gods v1.18.1 // indirect
89-
github.com/fatih/color v1.16.0 // indirect
89+
github.com/fatih/color v1.17.0 // indirect
9090
github.com/felixge/httpsnoop v1.0.4 // indirect
9191
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
9292
github.com/go-git/go-billy/v5 v5.5.0 // indirect
93-
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
94-
github.com/go-logr/logr v1.4.1 // indirect
93+
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
94+
github.com/go-logr/logr v1.4.2 // indirect
9595
github.com/go-logr/stdr v1.2.2 // indirect
9696
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
9797
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -109,7 +109,7 @@ require (
109109
github.com/hashicorp/go-hclog v1.6.3 // indirect
110110
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
111111
github.com/hashicorp/go-multierror v1.1.1 // indirect
112-
github.com/hashicorp/go-retryablehttp v0.7.6 // indirect
112+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
113113
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
114114
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0 // indirect
115115
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
@@ -142,27 +142,26 @@ require (
142142
github.com/spf13/pflag v1.0.5 // indirect
143143
github.com/xanzy/ssh-agent v0.3.3 // indirect
144144
go.opencensus.io v0.24.0 // indirect
145-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
146-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
145+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
146+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
147147
go.opentelemetry.io/otel v1.27.0 // indirect
148148
go.opentelemetry.io/otel/metric v1.27.0 // indirect
149149
go.opentelemetry.io/otel/trace v1.27.0 // indirect
150150
go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect
151151
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
152152
gocloud.dev v0.37.0 // indirect
153-
golang.org/x/mod v0.17.0 // indirect
154153
golang.org/x/net v0.26.0 // indirect
155154
golang.org/x/oauth2 v0.21.0 // indirect
156155
golang.org/x/sync v0.7.0 // indirect
157156
golang.org/x/time v0.5.0 // indirect
158-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
157+
golang.org/x/tools v0.22.0 // indirect
159158
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
160-
google.golang.org/api v0.183.0 // indirect
161-
google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect
162-
google.golang.org/genproto/googleapis/api v0.0.0-20240521202816-d264139d666e // indirect
163-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
159+
google.golang.org/api v0.184.0 // indirect
160+
google.golang.org/genproto v0.0.0-20240610135401-a8a62080eff3 // indirect
161+
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect
162+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
164163
google.golang.org/grpc v1.64.0 // indirect
165-
google.golang.org/protobuf v1.34.1 // indirect
164+
google.golang.org/protobuf v1.34.2 // indirect
166165
gopkg.in/warnings.v0 v0.1.2 // indirect
167166
gopkg.in/yaml.v3 v3.0.1 // indirect
168167
)

0 commit comments

Comments
 (0)