Skip to content

Commit

Permalink
chore: Updated version of go-sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
nnikolash committed Sep 29, 2024
1 parent fb3c243 commit e530e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.5

require (
github.com/glebarez/sqlite v1.11.0
github.com/nnikolash/go-sparse v1.0.0
github.com/nnikolash/go-sparse v1.0.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.9.0
golang.org/x/sync v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=
github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=
github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=
github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
github.com/nnikolash/go-sparse v1.0.0 h1:8JUJYmRBkQJ6xS3koyCiR40ky8qBbcdt17mB/pZem/Q=
github.com/nnikolash/go-sparse v1.0.0/go.mod h1:sGm/ugvOW4Wy4dFvelTnqrgJlkEwE9sS/gPE4TLA6Xg=
github.com/nnikolash/go-sparse v1.0.1 h1:Bv3Zi66AWPVItIa5pkLgQhhGNo1dwH8PSkFhzdbh3HY=
github.com/nnikolash/go-sparse v1.0.1/go.mod h1:sGm/ugvOW4Wy4dFvelTnqrgJlkEwE9sS/gPE4TLA6Xg=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit e530e74

Please sign in to comment.