module github.com/juju/collections

go 1.14

require (
	github.com/juju/errors v0.0.0-20150916125642-1b5e39b83d18
	github.com/juju/loggo v0.0.0-20170605014607-8232ab8918d9
	github.com/juju/retry v0.0.0-20151029024821-62c620325291
	github.com/juju/testing v0.0.0-20180402130637-44801989f0f7
	github.com/juju/utils v0.0.0-20180424094159-2000ea4ff043
	github.com/juju/version v0.0.0-20161031051906-1f41e27e54f2
	golang.org/x/crypto v0.0.0-20180214000028-650f4a345ab4
	golang.org/x/net v0.0.0-20180406214816-61147c48b25b
	gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2
	gopkg.in/mgo.v2 v2.0.0-20160818015218-f2b6f6c918c4
	gopkg.in/yaml.v2 v2.0.0-20170712054546-1be3d31502d6
)
