Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/spf13/afero from 1.9.5 to 1.11.0 #303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/clbanning/mxj/v2 v2.5.7
github.com/coreos/go-systemd/v22 v22.5.0
github.com/google/uuid v1.3.1
github.com/google/uuid v1.4.0
github.com/hashicorp/go-envparse v0.1.0
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-plugin v1.5.1
Expand All @@ -22,19 +22,21 @@ require (
github.com/trento-project/contracts/go v0.0.0-20230823130307-95ed2147fa9d
github.com/vektra/mockery/v2 v2.32.3
github.com/wagslane/go-rabbitmq v0.10.0
golang.org/x/sync v0.4.0
golang.org/x/sync v0.5.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/d-tux/go-fstab v0.0.0-20141204152952-eb4090f26517
github.com/iancoleman/strcase v0.2.0
github.com/spf13/afero v1.9.5
github.com/moby/sys/mountinfo v0.6.2
github.com/spf13/afero v1.11.0
github.com/tredoe/osutil v1.0.6
golang.org/x/mod v0.9.0
github.com/moby/sys/mountinfo v0.6.2
)

require google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect

require (
github.com/chigopher/pathlib v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -45,7 +47,6 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/magiconair/properties v1.8.7 // indirect
Expand All @@ -65,13 +66,12 @@ require (
github.com/subosito/gotenv v1.4.2 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/grpc v1.59.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading
Loading