Skip to content

Commit

Permalink
use semver for round pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Dec 27, 2023
1 parent b526b68 commit 2d7f847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/portfoliotree/portfolio
go 1.21

require (
github.com/portfoliotree/round v0.0.0-20230629094931-8afd986aa2f1
github.com/portfoliotree/round v0.1.0
github.com/stretchr/testify v1.8.4
go.mongodb.org/mongo-driver v1.13.1
gonum.org/v1/gonum v0.14.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/portfoliotree/round v0.0.0-20230629094931-8afd986aa2f1 h1:+EqypqmT01R4FANAikUtNSdcsjxHK8JmPgFKHHcclvs=
github.com/portfoliotree/round v0.0.0-20230629094931-8afd986aa2f1/go.mod h1:sm64uU9te4vt/uRZi5Ag3LFVQtc7isrrYr2ZKWi147M=
github.com/portfoliotree/round v0.1.0 h1:cgwCj64CUk262Cga+kQLFJEEnplebSeCwnlDtA39Q00=
github.com/portfoliotree/round v0.1.0/go.mod h1:sm64uU9te4vt/uRZi5Ag3LFVQtc7isrrYr2ZKWi147M=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
Expand Down

0 comments on commit 2d7f847

Please sign in to comment.