Update deps and pin to ooni/probe-engine@v0.8.0 (#118)

Part of https://github.com/ooni/probe/issues/1030
This commit is contained in:
Simone Basso 2020-03-10 12:02:30 +01:00 committed by GitHub
commit 1d5c913019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 48 deletions

View file

@ -141,6 +141,8 @@ func (c *Context) Init(softwareName, softwareVersion string) error {
return errors.Wrap(err, "creating engine's kvstore")
}
// There is basically just a single engine.Session therefore we don't
// bother for now with adding support for closing the session.
sess, err := engine.NewSession(engine.SessionConfig{
KVStore: kvstore,
Logger: enginex.Logger,