chore: update dependencies

This commit is contained in:
世界
2022-06-09 18:00:41 +08:00
parent 23063ae0b9
commit 5055542d61
7 changed files with 68 additions and 68 deletions

View File

@ -139,7 +139,7 @@ func TestClash_TrojanXTLS(t *testing.T) {
id, err := startContainer(cfg, hostCfg, "trojan-xtls")
if err != nil {
assert.FailNow(t, err.Error())
require.NoError(t, err)
}
defer cleanContainer(id)
@ -156,7 +156,7 @@ func TestClash_TrojanXTLS(t *testing.T) {
FlowShow: true,
})
if err != nil {
assert.FailNow(t, err.Error())
require.NoError(t, err)
}
time.Sleep(waitTime)