Use asserts in tests. Refs #309

This commit is contained in:
Alexander Todorov 2020-03-13 11:35:50 +01:00 committed by Tom Gundersen
parent 72f8b07e8b
commit b81580081b
3 changed files with 14 additions and 13 deletions

8
vendor/modules.txt vendored
View file

@ -50,6 +50,8 @@ github.com/aws/aws-sdk-go/service/sts/stsiface
github.com/coreos/go-semver/semver
# github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/coreos/go-systemd/activation
# github.com/davecgh/go-spew v1.1.0
github.com/davecgh/go-spew/spew
# github.com/gobwas/glob v0.2.3
github.com/gobwas/glob
github.com/gobwas/glob/compiler
@ -74,6 +76,10 @@ github.com/jmespath/go-jmespath
github.com/julienschmidt/httprouter
# github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149
github.com/mattn/go-ieproxy
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.4.0
github.com/stretchr/testify/assert
# golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/net/http/httpproxy
golang.org/x/net/idna
@ -85,3 +91,5 @@ golang.org/x/text/secure/bidirule
golang.org/x/text/transform
golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
# gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2