Skip to content

Commit 8ffa23d

Browse files
authored
bump github.com/spf13/afero to 1.14.0 (#36665)
1 parent 5050d1f commit 8ffa23d

File tree

147 files changed

+563
-332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+563
-332
lines changed

LICENSE-3rdparty.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ core,cloud.google.com/go/auth/internal/jwt,Apache-2.0,Copyright 2019 Google LLC
1414
core,cloud.google.com/go/auth/internal/transport,Apache-2.0,Copyright 2019 Google LLC
1515
core,cloud.google.com/go/auth/internal/transport/cert,Apache-2.0,Copyright 2019 Google LLC
1616
core,cloud.google.com/go/auth/oauth2adapt,Apache-2.0,Copyright 2019 Google LLC
17+
core,cloud.google.com/go/compute/apiv1,Apache-2.0,Copyright 2019 Google LLC
18+
core,cloud.google.com/go/compute/apiv1/computepb,Apache-2.0,Copyright 2019 Google LLC
19+
core,cloud.google.com/go/compute/internal,Apache-2.0,Copyright 2019 Google LLC
1720
core,cloud.google.com/go/compute/metadata,Apache-2.0,Copyright 2019 Google LLC
1821
core,code.cloudfoundry.org/bbs,Apache-2.0,"Copyright (c) 2016-Present CloudFoundry.org Foundation, Inc. All Rights Reserved."
1922
core,code.cloudfoundry.org/bbs/encryption,Apache-2.0,"Copyright (c) 2016-Present CloudFoundry.org Foundation, Inc. All Rights Reserved."
@@ -1184,6 +1187,7 @@ core,github.com/googleapis/gax-go/v2/callctx,BSD-3-Clause,Copyright 2017 Google
11841187
core,github.com/googleapis/gax-go/v2/internal,BSD-3-Clause,Copyright 2017 Google Inc.
11851188
core,github.com/googleapis/gax-go/v2/internallog,BSD-3-Clause,Copyright 2017 Google Inc.
11861189
core,github.com/googleapis/gax-go/v2/internallog/internal,BSD-3-Clause,Copyright 2017 Google Inc.
1190+
core,github.com/googleapis/gax-go/v2/iterator,BSD-3-Clause,Copyright 2017 Google Inc.
11871191
core,github.com/gophercloud/gophercloud,Apache-2.0,"Copyright 2012-2013 Rackspace, Inc | Copyright Gophercloud authors"
11881192
core,github.com/gophercloud/gophercloud/openstack,Apache-2.0,"Copyright 2012-2013 Rackspace, Inc | Copyright Gophercloud authors"
11891193
core,github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips,Apache-2.0,"Copyright 2012-2013 Rackspace, Inc | Copyright Gophercloud authors"
@@ -2670,13 +2674,15 @@ core,google.golang.org/api/internal/cert,BSD-3-Clause,Copyright (c) 2011 Google
26702674
core,google.golang.org/api/internal/gensupport,BSD-3-Clause,Copyright (c) 2011 Google Inc. All rights reserved.
26712675
core,google.golang.org/api/internal/impersonate,BSD-3-Clause,Copyright (c) 2011 Google Inc. All rights reserved.
26722676
core,google.golang.org/api/internal/third_party/uritemplates,BSD-3-Clause,Copyright (c) 2011 Google Inc. All rights reserved.
2677+
core,google.golang.org/api/iterator,BSD-3-Clause,Copyright (c) 2011 Google Inc. All rights reserved.
26732678
core,google.golang.org/api/option,BSD-3-Clause,Copyright (c) 2011 Google Inc. All rights reserved.
26742679
core,google.golang.org/api/option/internaloption,BSD-3-Clause,Copyright (c) 2011 Google Inc. All rights reserved.
26752680
core,google.golang.org/api/transport/http,BSD-3-Clause,Copyright (c) 2011 Google Inc. All rights reserved.
26762681
core,google.golang.org/genproto/googleapis/api,Apache-2.0,Copyright 2020 Google LLC
26772682
core,google.golang.org/genproto/googleapis/api/annotations,Apache-2.0,Copyright 2020 Google LLC
26782683
core,google.golang.org/genproto/googleapis/api/expr/v1alpha1,Apache-2.0,Copyright 2020 Google LLC
26792684
core,google.golang.org/genproto/googleapis/api/httpbody,Apache-2.0,Copyright 2020 Google LLC
2685+
core,google.golang.org/genproto/googleapis/cloud/extendedops,Apache-2.0,Copyright 2020 Google LLC
26802686
core,google.golang.org/genproto/googleapis/rpc/code,Apache-2.0,Copyright 2020 Google LLC
26812687
core,google.golang.org/genproto/googleapis/rpc/errdetails,Apache-2.0,Copyright 2020 Google LLC
26822688
core,google.golang.org/genproto/googleapis/rpc/status,Apache-2.0,Copyright 2020 Google LLC

comp/core/config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ require (
7474
github.com/prometheus/common v0.62.0 // indirect
7575
github.com/prometheus/procfs v0.16.0 // indirect
7676
github.com/shirou/gopsutil/v4 v4.25.3 // indirect
77-
github.com/spf13/afero v1.11.0 // indirect
77+
github.com/spf13/afero v1.14.0 // indirect
7878
github.com/spf13/cast v1.7.1 // indirect
7979
github.com/spf13/cobra v1.9.1 // indirect
8080
github.com/spf13/jwalterweatherman v1.1.0 // indirect

comp/core/config/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

comp/core/configsync/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/prometheus/common v0.62.0 // indirect
7373
github.com/prometheus/procfs v0.16.0 // indirect
7474
github.com/shirou/gopsutil/v4 v4.25.3 // indirect
75-
github.com/spf13/afero v1.11.0 // indirect
75+
github.com/spf13/afero v1.14.0 // indirect
7676
github.com/spf13/cast v1.7.1 // indirect
7777
github.com/spf13/cobra v1.9.1 // indirect
7878
github.com/spf13/jwalterweatherman v1.1.0 // indirect

comp/core/configsync/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

comp/core/ipc/httphelpers/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5858
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
5959
github.com/shirou/gopsutil/v4 v4.25.3 // indirect
60-
github.com/spf13/afero v1.11.0 // indirect
60+
github.com/spf13/afero v1.14.0 // indirect
6161
github.com/spf13/cast v1.7.1 // indirect
6262
github.com/spf13/cobra v1.9.1 // indirect
6363
github.com/spf13/jwalterweatherman v1.1.0 // indirect

comp/core/ipc/httphelpers/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

comp/core/ipc/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6262
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6363
github.com/shirou/gopsutil/v4 v4.25.3 // indirect
64-
github.com/spf13/afero v1.11.0 // indirect
64+
github.com/spf13/afero v1.14.0 // indirect
6565
github.com/spf13/cast v1.7.1 // indirect
6666
github.com/spf13/cobra v1.9.1 // indirect
6767
github.com/spf13/jwalterweatherman v1.1.0 // indirect

comp/core/ipc/impl/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

comp/core/ipc/mock/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ require (
5858
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5959
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6060
github.com/shirou/gopsutil/v4 v4.25.3 // indirect
61-
github.com/spf13/afero v1.11.0 // indirect
61+
github.com/spf13/afero v1.14.0 // indirect
6262
github.com/spf13/cast v1.7.1 // indirect
6363
github.com/spf13/cobra v1.9.1 // indirect
6464
github.com/spf13/jwalterweatherman v1.1.0 // indirect

0 commit comments

Comments
 (0)