Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/Shresht7/goutils from 1.0.1-0.20230329002724-b33dbf34ca2a to 1.1.0 #27

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/Shresht7/Scribe v0.0.0-20230331052318-69ae28065919
github.com/Shresht7/goutils v1.0.1-0.20230329002724-b33dbf34ca2a
github.com/Shresht7/goutils v1.1.0
github.com/cli/go-gh v1.2.1
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
github.com/Shresht7/Scribe v0.0.0-20230331052318-69ae28065919 h1:mzh6mS7G4eC3GzXLZykFVpqjv0m2ZGKqu6QR1UPK43M=
github.com/Shresht7/Scribe v0.0.0-20230331052318-69ae28065919/go.mod h1:Enn4zLcd2goPFp5Bg60tS45gD7tXy42S9as4/XZVhf8=
github.com/Shresht7/goutils v1.0.1-0.20230329002724-b33dbf34ca2a h1:DnGH8aOKEqJ1e5VAO4LjZrSJqdCtvR+F1Luo44Dugvs=
github.com/Shresht7/goutils v1.0.1-0.20230329002724-b33dbf34ca2a/go.mod h1:DAAYnKxkRAC69A7BBc+VcXcQdd52pc/m9Tlex8w3vOc=
github.com/Shresht7/goutils v1.1.0 h1:vobGBZfQjQlcQ0FJdw2ZUf5VE+1an9FGA5xvTZXAWoc=
github.com/Shresht7/goutils v1.1.0/go.mod h1:JHyPJMAP4G51532l1qkRmYBT4EVOtJ/8nNkx+sLTiOo=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
github.com/cli/browser v1.1.0 h1:xOZBfkfY9L9vMBgqb1YwRirGu6QFaQ5dP/vXt5ENSOY=
Expand Down