Bump github.com/rogpeppe/go-internal from 1.11.0 to 1.13.1

Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.11.0 to 1.13.1.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.13.1)

---
updated-dependencies:
- dependency-name: github.com/rogpeppe/go-internal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-01 02:55:59 +00:00
committed by T.v.Dein
parent 8f2b6955ff
commit 41b38191a5
2 changed files with 11 additions and 12 deletions

6
go.mod
View File

@@ -4,12 +4,12 @@ go 1.22
require (
github.com/chzyer/readline v1.5.1
github.com/rogpeppe/go-internal v1.11.0
github.com/rogpeppe/go-internal v1.13.1
github.com/spf13/pflag v1.0.5
github.com/yuin/gopher-lua v1.1.1
)
require (
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/tools v0.22.0 // indirect
)