Fix the dependency error in acceptance tests (#370)

This commit is contained in:
M. Mert Yıldıran
2021-10-17 18:36:30 +03:00
committed by GitHub
parent 167b17dfd2
commit 212e4687d8
2 changed files with 8 additions and 1 deletions

View File

@@ -2,4 +2,7 @@ module github.com/up9inc/mizu/tests
go 1.16
require gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
require (
github.com/up9inc/mizu/shared v0.0.0-20211007164505-256006ca3e71
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

View File

@@ -1,3 +1,7 @@
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/up9inc/mizu/shared v0.0.0-20211007164505-256006ca3e71 h1:r+8GybfTeQBuKRbY5Ja/qEEJb2TwTLqT9WFFAJIMQdg=
github.com/up9inc/mizu/shared v0.0.0-20211007164505-256006ca3e71/go.mod h1:sCstMuyGhEIxPdLVjkwsRhUOrmJqJvwUivq/XAwhy7g=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=