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

This commit is contained in:
renovate[bot]
2025-02-22 03:39:35 +00:00
committed by GitHub
parent 552a6e3543
commit 3c2aa87d8f
2 changed files with 6 additions and 2 deletions

6
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/davegallant/vpngate
go 1.19
go 1.21
toolchain go1.24.0
require (
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -8,7 +10,7 @@ require (
github.com/juju/errors v1.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.33.0
github.com/spf13/afero v1.11.0
github.com/spf13/afero v1.12.0
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.35.0