Fix test step
... | ... | @@ -4,11 +4,19 @@ go 1.12 |
require ( | ||
cdr.dev/slog v1.3.0 | ||
github.com/alecthomas/chroma v0.7.1 // indirect | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect | ||
github.com/gobwas/pool v0.2.0 // indirect | ||
github.com/gobwas/ws v1.0.2 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.3.3 | ||
github.com/google/go-cmp v0.4.0 // indirect | ||
github.com/gorilla/websocket v1.4.1 | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
go.opencensus.io v0.22.3 // indirect | ||
golang.org/x/crypto v0.0.0-20200208060501-ecb85df21340 // indirect | ||
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 | ||
) |
Please register or sign in to comment