-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
23 lines (20 loc) · 910 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/juju/clock
go 1.18
require (
github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9
github.com/juju/loggo v0.0.0-20210728185423-eebad3a902c4
github.com/juju/testing v0.0.0-20220203020004-a0ff61f03494
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/juju/collections v0.0.0-20200605021417-0d0ec82b7271 // indirect
github.com/juju/mgo/v2 v2.0.0-20210302023703-70d5d206e208 // indirect
github.com/juju/retry v0.0.0-20180821225755-9058e192b216 // indirect
github.com/juju/utils/v3 v3.0.0-20220130232349-cd7ecef0e94a // indirect
github.com/juju/version/v2 v2.0.0-20211007103408-2e8da085dc23 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)