Skip to content

Commit

Permalink
Bump to ff/v4 alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen committed Sep 24, 2023
1 parent 7f3372e commit 1095cce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/small/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
const name = "small"

func run(args []string, stdout io.Writer, stdin *os.File) error {
fs := ff.NewFlags(name)
fs := ff.NewFlagSet(name)
var transformFlag = fs.String('t', "--transform", "", "specify transform")

root := &ff.Command{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/stefanvanburen/small

go 1.21.0

require github.com/peterbourgon/ff/v4 v4.0.0-alpha.1
require github.com/peterbourgon/ff/v4 v4.0.0-alpha.4
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/peterbourgon/ff/v4 v4.0.0-alpha.1 h1:5bjYyalrJBdVzeURjY1zGjrHKo+8KUreashB/VAGOcA=
github.com/peterbourgon/ff/v4 v4.0.0-alpha.1/go.mod h1:H/13DK46DKXy7EaIxPhk2Y0EC8aubKm35nBjBe8AAGc=
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4 h1:aiqS8aBlF9PsAKeMddMSfbwp3smONCn3UO8QfUg0Z7Y=
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4/go.mod h1:H/13DK46DKXy7EaIxPhk2Y0EC8aubKm35nBjBe8AAGc=

0 comments on commit 1095cce

Please sign in to comment.