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 codeberg.org/anaseto/goal from 1.0.1-0.20241125145825-3da11673cf0e to 1.1.0 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -5,7 +5,7 @@ go 1.22
toolchain go1.22.7

require (
codeberg.org/anaseto/goal v1.0.1-0.20241125145825-3da11673cf0e
codeberg.org/anaseto/goal v1.1.0
github.com/charmbracelet/lipgloss v1.0.0
github.com/go-resty/resty/v2 v2.16.5
github.com/jarcoal/httpmock v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codeberg.org/anaseto/goal v1.0.1-0.20241125145825-3da11673cf0e h1:seuRg19vilyiLBhnxN/qYC75csi+paeCPrY+C3sFxPI=
codeberg.org/anaseto/goal v1.0.1-0.20241125145825-3da11673cf0e/go.mod h1:uSilOn+ZWioD+gG+3OopP090Fth5H47V/TU9ziI++CM=
codeberg.org/anaseto/goal v1.1.0 h1:VsgsIj3jQRYk9rX37eRPAuxrBRcSsY7pxWD6M3KqHag=
codeberg.org/anaseto/goal v1.1.0/go.mod h1:uSilOn+ZWioD+gG+3OopP090Fth5H47V/TU9ziI++CM=
github.com/apache/arrow/go/v17 v17.0.0 h1:RRR2bdqKcdbss9Gxy2NS/hK8i4LDMh23L6BbkN5+F54=
github.com/apache/arrow/go/v17 v17.0.0/go.mod h1:jR7QHkODl15PfYyjM2nU+yTLScZ/qfj7OSUZmJ8putc=
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
Expand Down
Loading