good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 37bcdcad authored by a's avatar a
Browse files

simplify deps

parent ddf6627d
Branches
Tags
No related merge requests found
......@@ -6,7 +6,6 @@ require (
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.0.2
github.com/golang/protobuf v1.3.5
github.com/google/go-cmp v0.4.0
github.com/gorilla/websocket v1.4.1
github.com/klauspost/compress v1.10.3
......
......@@ -6,7 +6,6 @@ import (
"strings"
"testing"
"github.com/golang/protobuf/proto"
"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
)
......@@ -15,7 +14,7 @@ import (
func Diff(v1, v2 interface{}) string {
return cmp.Diff(v1, v2, cmpopts.EquateErrors(), cmp.Exporter(func(r reflect.Type) bool {
return true
}), cmp.Comparer(proto.Equal))
}))
}
// Equal asserts exp == act.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment