diff --git a/go.mod b/go.mod index 789385c..56445c1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.twelvetwelve.org/library/snap go 1.20 require ( - git.twelvetwelve.org/library/core v0.0.0-20230519041221-8f2da7be661d + git.twelvetwelve.org/library/core v0.1.1-0.20240416170915-b309a62d2748 github.com/gorilla/mux v1.8.0 github.com/stretchr/testify v1.7.0 ) diff --git a/go.sum b/go.sum index 6aa0014..7454c17 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ git.twelvetwelve.org/library/core v0.0.0-20230519041221-8f2da7be661d h1:vZy7QM4kcGzbscnY1pSOGNDBDZMmhis/Z+9kZ70gD8Q= git.twelvetwelve.org/library/core v0.0.0-20230519041221-8f2da7be661d/go.mod h1:QSIAU+Arcx8nd7p4e3hFQIqi50cYf9I0KW9sqxkFnMY= +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/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=