Update module github.com/spf13/afero to v1.15.0

This commit is contained in:
renovate[bot]
2025-09-08 21:48:08 +00:00
committed by GitHub
parent 0167804252
commit 2f8cbf57b2
2 changed files with 7 additions and 3 deletions

6
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/davegallant/vpngate
go 1.19
go 1.23.0
require (
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -8,7 +8,7 @@ require (
github.com/juju/errors v1.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.34.0
github.com/spf13/afero v1.11.0
github.com/spf13/afero v1.15.0
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.35.0
@@ -29,6 +29,6 @@ require (
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/text v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)