Skip to content

Commit

Permalink
chore(deps): update gomod-patch-and-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 262528b commit e0f4a0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module github.com/sheldonhull/magetools

go 1.21

toolchain go1.22.3
toolchain go1.23.2

require (
al.essio.dev/pkg/shellescape v1.5.0
al.essio.dev/pkg/shellescape v1.5.1
github.com/bitfield/script v0.22.1
github.com/dustin/go-humanize v1.0.1
github.com/magefile/mage v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
al.essio.dev/pkg/shellescape v1.5.0 h1:7oTvSsQ5kg9WksA9O58y9wjYnY4jP0CL82/Q8WLUGKk=
al.essio.dev/pkg/shellescape v1.5.0/go.mod h1:6sIqp7X2P6mThCQ7twERpZTuigpr6KbZWtls1U8I890=
al.essio.dev/pkg/shellescape v1.5.1 h1:86HrALUujYS/h+GtqoB26SBEdkWfmMI6FubjXlsXyho=
al.essio.dev/pkg/shellescape v1.5.1/go.mod h1:6sIqp7X2P6mThCQ7twERpZTuigpr6KbZWtls1U8I890=
atomicgo.dev/assert v0.0.2 h1:FiKeMiZSgRrZsPo9qn/7vmr7mCsh5SZyXY4YGYiYwrg=
atomicgo.dev/assert v0.0.2/go.mod h1:ut4NcI3QDdJtlmAxQULOmA13Gz6e2DWbSAS8RUOmNYQ=
atomicgo.dev/cursor v0.2.0 h1:H6XN5alUJ52FZZUkI7AlJbUc1aW38GWZalpYRPpoPOw=
Expand Down
4 changes: 2 additions & 2 deletions vendor/al.essio.dev/pkg/shellescape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ import (
"fmt"
"os"

"gopkg.in/alessio/shellescape.v1"
"al.essio.dev/pkg/shellescape"
)

func main() {
fmt.Printf("ls -l %s\n", shellescape.Quote(os.Args[1]))
}
```
_[See in Go Playground](https://play.golang.org/p/HJ_CXgSrmp)_
_[See in Go Playground](https://go.dev/play/p/GeguukpSUTk)_

## The escargs utility
__escargs__ reads lines from the standard input and prints shell-escaped versions. Unlinke __xargs__, blank lines on the standard input are not discarded.
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# al.essio.dev/pkg/shellescape v1.5.0
# al.essio.dev/pkg/shellescape v1.5.1
## explicit; go 1.18
al.essio.dev/pkg/shellescape
# atomicgo.dev/cursor v0.2.0
Expand Down

0 comments on commit e0f4a0e

Please sign in to comment.