module github.com/juju/testing

go 1.14

require (
	github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
	github.com/juju/collections v0.0.0-20200605021417-0d0ec82b7271
	github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
	github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e
	github.com/juju/mgo/v2 v2.0.0-20210302023703-70d5d206e208
	github.com/juju/retry v0.0.0-20180821225755-9058e192b216
	github.com/juju/utils/v2 v2.0.0-20200923005554-4646bfea2ef1
	github.com/juju/version v0.0.0-20191219164919-81c1be00b9a6
	github.com/kr/text v0.2.0 // indirect
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
	gopkg.in/yaml.v2 v2.4.0
)
