smocker-dev / smocker

Smocker is a simple and efficient HTTP mock server and proxy
https://smocker.dev
MIT License
1.14k stars 61 forks source link

Upgrade dependency Masterminds/sprig to v3.2+ #211

Closed Kiliandeca closed 3 years ago

Kiliandeca commented 3 years ago

Hi, first of all thank you for this awesome tool, i'm trying to add some randomess in my dynamic responses. The randInt function was added to Masterminds/sprig in v3.2.0 but Smocker currently use v3.1.0, is it possible to upgrade this dependency and publish a new version of smocker ?

Masterminds/sprig changelog

Thiht commented 3 years ago

Yep, I'll do that ASAP :)

I actually followed the pull request on Sprig (https://github.com/Masterminds/sprig/pull/211#issuecomment-674387108) just for this but didn't know it's been merged, thanks for the heads up!

Thiht commented 3 years ago

Released in 0.16.3!