Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use juju/clock #140

Merged
merged 1 commit into from
Aug 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
279 changes: 0 additions & 279 deletions clock.go

This file was deleted.

229 changes: 0 additions & 229 deletions clock_test.go

This file was deleted.

7 changes: 4 additions & 3 deletions dependencies.tsv
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
github.com/juju/clock git d293bb356ca441f16b59562295cca74478966757 2018-05-24T02:22:03Z
github.com/juju/errors git 1b5e39b83d1835fa480e0c2ddefb040ee82d58b3 2015-09-16T12:56:42Z
github.com/juju/loggo git 8232ab8918d91c72af1a9fb94d3edbe31d88b790 2017-06-05T01:46:07Z
github.com/juju/retry git 62c62032529169c7ec02fa48f93349604c345e1f 2015-10-29T02:48:21Z
github.com/juju/utils git 9b65c33e54c793d74a4ed99c15111c44faddb8e4 2017-10-25T16:38:56Z
github.com/juju/retry git 1998d01ba1c3eeb4a4728c4a50660025b2fe7c8f 2016-09-28T20:18:58Z
github.com/juju/utils git 9dfc6dbfb02b12c6f67ccb4f0a500120439f4565 2018-08-08T12:55:47Z
github.com/juju/version git 1f41e27e54f21acccf9b2dddae063a782a8a7ceb 2016-10-31T05:19:06Z
golang.org/x/crypto git 650f4a345ab4e5b245a3034b110ebc7299e68186 2018-02-14T00:00:28Z
golang.org/x/net git ea47fc708ee3e20177f3ca3716217c4ab75942cb 2015-08-29T23:03:18Z
golang.org/x/net git 61147c48b25b599e5b561d2e9c4f3e1ef489ca41 2018-04-06T21:48:16Z
gopkg.in/check.v1 git 4f90aeace3a26ad7021961c297b22c42160c7b25 2016-01-05T16:49:36Z
gopkg.in/mgo.v2 git f2b6f6c918c452ad107eec89615f074e3bd80e33 2016-08-18T01:52:18Z
gopkg.in/yaml.v2 git 1be3d31502d6eabc0dd7ce5b0daab022e14a5538 2017-07-12T05:45:46Z
2 changes: 1 addition & 1 deletion mgo.go
Original file line number Diff line number Diff line change
@@ -25,12 +25,12 @@ import (
"testing"
"time"

"github.com/juju/clock"
"github.com/juju/errors"
"github.com/juju/loggo"
"github.com/juju/retry"
jc "github.com/juju/testing/checkers"
"github.com/juju/utils"
"github.com/juju/utils/clock"
"github.com/juju/version"
gc "gopkg.in/check.v1"
"gopkg.in/mgo.v2"