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:
parent
fd6fe262ec
commit
1d5c913019
5 changed files with 64 additions and 48 deletions
2
ooni.go
2
ooni.go
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue