Skip to content

Commit

Permalink
update tomb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nskaggs committed Aug 9, 2016
1 parent 08a97af commit f3362f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependencies.tsv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
github.com/juju/cmd git ca63dd8ba13f8fbbbe16a917696a7ce68cc3dc0b 2016-03-31T03:26:51Z
github.com/juju/errors git 1b5e39b83d1835fa480e0c2ddefb040ee82d58b3 2015-09-16T12:56:42Z
github.com/juju/gnuflag git 4e76c56581859c14d9d87e1ddbe29e1c0f10195f 2016-08-09T17:52:03Z
github.com/juju/httpprof git 14bf14c307672fd2456bdbf35d19cf0ccd3cf565 2014-12-17T16:00:36Z
github.com/juju/httprequest git 89d547093c45e293599088cc63e805c6f1205dc0 2016-03-02T10:09:58Z
github.com/juju/loggo git 8477fc936adf0e382d680310047ca27e128a309a 2015-05-27T03:58:39Z
Expand All @@ -11,6 +12,5 @@ gopkg.in/check.v1 git 4f90aeace3a26ad7021961c297b22c42160c7b25 2016-01-05T16:49:
gopkg.in/errgo.v1 git 66cb46252b94c1f3d65646f54ee8043ab38d766c 2015-10-07T15:31:57Z
gopkg.in/juju/names.v2 git e38bc90539f22af61a9c656d35068bd5f0a5b30a 2016-05-25T23:07:23Z
gopkg.in/mgo.v2 git 4d04138ffef2791c479c0c8bbffc30b34081b8d9 2015-10-26T16:34:53Z
gopkg.in/tomb.v1 git dd632973f1e7218eb1089048e0798ec9ae7dceb8 2014-10-24T11:56:13Z
gopkg.in/yaml.v2 git a83829b6f1293c91addabc89d0571c246397bbf4 2016-03-01T20:40:22Z
launchpad.net/gnuflag bzr [email protected] 13
launchpad.net/tomb bzr [email protected] 18
2 changes: 1 addition & 1 deletion parallel/try.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"io"
"sync"

"launchpad.net/tomb"
"gopkg.in/tomb.v1"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion tailer/tailer.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"os"
"time"

"launchpad.net/tomb"
"gopkg.in/tomb.v1"
)

const (
Expand Down

0 comments on commit f3362f1

Please sign in to comment.