Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 9759bea

Browse files
committed
Bump juju/testing dep to fix timeout issue in mongo tests
See juju/testing#160 for more details
1 parent e02011b commit 9759bea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/juju/schema v1.0.1-0.20190814234152-1f8aaeef0989
7272
github.com/juju/systems v0.0.0-20210311041303-bc6b2f9677ca
7373
github.com/juju/terms-client/v2 v2.0.0-20210309081804-aed8368405f6
74-
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07
74+
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098
7575
github.com/juju/txn v0.0.0-20210302043154-251cea9e140a
7676
github.com/juju/utils v0.0.0-20200604140309-9d78121a29e0
7777
github.com/juju/utils/v2 v2.0.0-20200923005554-4646bfea2ef1

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@ github.com/juju/testing v0.0.0-20200706033705-4c23f9c453cd/go.mod h1:hpGvhGHPVbN
556556
github.com/juju/testing v0.0.0-20200923013621-75df6121fbb0/go.mod h1:Ky6DwobyXXeXSqRJCCuHpAtVEGRPOT8gUsFpJhDoXZ8=
557557
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07 h1:6QA3rIUc3TBPbv8zWa2KQ2TWn6gsn1EU0UhwRi6kOhA=
558558
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07/go.mod h1:7lxZW0B50+xdGFkvhAb8bwAGt6IU87JB1H9w4t8MNVM=
559+
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 h1:yrhek184cGp0IRyHg0uV1khLaorNg6GtDLkry4oNNjE=
560+
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098/go.mod h1:7lxZW0B50+xdGFkvhAb8bwAGt6IU87JB1H9w4t8MNVM=
559561
github.com/juju/txn v0.0.0-20190416045819-5f348e78887d/go.mod h1:ZgVptALKKa9UUv7ItEJVQjFWNG/0bs+tAu0ad0O8DAE=
560562
github.com/juju/txn v0.0.0-20210302043154-251cea9e140a h1:/NIvlTv1px6ct0WBa9PctsgORDTVoDYdniYeLI4kdfw=
561563
github.com/juju/txn v0.0.0-20210302043154-251cea9e140a/go.mod h1:7AHyL/X/p4k0qJ8oegFiI/FYMNWzMznvsHLhE346+ms=

0 commit comments

Comments
 (0)