Sync versions of core

This commit is contained in:
spsobole 2024-04-16 11:54:34 -06:00
parent 1cfae5917e
commit 377fcd0230
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.twelvetwelve.org/library/snap
go 1.20 go 1.20
require ( require (
git.twelvetwelve.org/library/core v0.1.1-0.20240416170915-b309a62d2748 git.twelvetwelve.org/library/core v0.2.0
github.com/gorilla/mux v1.8.0 github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.7.0 github.com/stretchr/testify v1.7.0
) )

6
go.sum
View File

@ -1,7 +1,5 @@
git.twelvetwelve.org/library/core v0.0.0-20230519041221-8f2da7be661d h1:vZy7QM4kcGzbscnY1pSOGNDBDZMmhis/Z+9kZ70gD8Q= git.twelvetwelve.org/library/core v0.2.0 h1:ieCtwuwAhla/h/NZwm0NZwIPkC285dsas64/6nlPRY0=
git.twelvetwelve.org/library/core v0.0.0-20230519041221-8f2da7be661d/go.mod h1:QSIAU+Arcx8nd7p4e3hFQIqi50cYf9I0KW9sqxkFnMY= git.twelvetwelve.org/library/core v0.2.0/go.mod h1:D95+y6AdDBvviXryconVQdgDzxCaLCjq6gi3YknBgp0=
git.twelvetwelve.org/library/core v0.1.1-0.20240416170915-b309a62d2748 h1:/rkWOGgiJxOf9mo9/x7Vw2aCHwCUIoaIa2xWxZo4o18=
git.twelvetwelve.org/library/core v0.1.1-0.20240416170915-b309a62d2748/go.mod h1:D95+y6AdDBvviXryconVQdgDzxCaLCjq6gi3YknBgp0=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=