Fix e2e execution, append 2to1 hash in approvals, update dependencies

This commit is contained in:
Širhoe Biazhkovič
2021-11-26 23:30:41 +03:00
committed by Lawrence, Rendall
parent dd0a455a4a
commit 0a5ac35c4d
23 changed files with 477 additions and 168 deletions

View File

@@ -3,14 +3,12 @@ package torrentapproval
import (
"context"
"fmt"
"github.com/chihaya/chihaya/bittorrent"
"github.com/chihaya/chihaya/middleware"
"github.com/chihaya/chihaya/storage/memory"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v2"
"testing"
"github.com/stretchr/testify/require"
"github.com/chihaya/chihaya/bittorrent"
)
var cases = []struct {