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

Commit d57b649

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

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
@@ -68,7 +68,7 @@ require (
6868
github.com/juju/rpcreflect v0.0.0-20200416001309-bb46e9ba1476
6969
github.com/juju/schema v1.0.1-0.20190814234152-1f8aaeef0989
7070
github.com/juju/terms-client/v2 v2.0.0-20210309081804-aed8368405f6
71-
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07
71+
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098
7272
github.com/juju/txn v0.0.0-20210302043154-251cea9e140a
7373
github.com/juju/utils/v2 v2.0.0-20210305225158-eedbe7b6b3e2
7474
github.com/juju/version v0.0.0-20210303051006-2015802527a8

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ github.com/juju/testing v0.0.0-20200706033705-4c23f9c453cd/go.mod h1:hpGvhGHPVbN
460460
github.com/juju/testing v0.0.0-20200923013621-75df6121fbb0/go.mod h1:Ky6DwobyXXeXSqRJCCuHpAtVEGRPOT8gUsFpJhDoXZ8=
461461
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07 h1:6QA3rIUc3TBPbv8zWa2KQ2TWn6gsn1EU0UhwRi6kOhA=
462462
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07/go.mod h1:7lxZW0B50+xdGFkvhAb8bwAGt6IU87JB1H9w4t8MNVM=
463+
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 h1:yrhek184cGp0IRyHg0uV1khLaorNg6GtDLkry4oNNjE=
464+
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098/go.mod h1:7lxZW0B50+xdGFkvhAb8bwAGt6IU87JB1H9w4t8MNVM=
463465
github.com/juju/txn v0.0.0-20190416045819-5f348e78887d/go.mod h1:ZgVptALKKa9UUv7ItEJVQjFWNG/0bs+tAu0ad0O8DAE=
464466
github.com/juju/txn v0.0.0-20210302043154-251cea9e140a h1:/NIvlTv1px6ct0WBa9PctsgORDTVoDYdniYeLI4kdfw=
465467
github.com/juju/txn v0.0.0-20210302043154-251cea9e140a/go.mod h1:7AHyL/X/p4k0qJ8oegFiI/FYMNWzMznvsHLhE346+ms=

0 commit comments

Comments
 (0)