Skip to content

Commit 7a99153

Browse files
committed
Merge branch 'uuid' of https://github.com/QuLogic/gophernotes into QuLogic-uuid
2 parents 48b1ccc + a8e2664 commit 7a99153

39 files changed

+1555
-2378
lines changed

Gopkg.lock

Lines changed: 15 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
[[constraint]]
2929
branch = "master"
30-
name = "github.com/nu7hatch/gouuid"
30+
name = "github.com/satori/go.uuid"
3131

3232
[[constraint]]
3333
branch = "master"

messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"encoding/json"
88
"time"
99

10-
"github.com/nu7hatch/gouuid"
10+
"github.com/satori/go.uuid"
1111
zmq "github.com/pebbe/zmq4"
1212
)
1313

vendor/github.com/nu7hatch/gouuid/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/github.com/nu7hatch/gouuid/COPYING

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/nu7hatch/gouuid/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/nu7hatch/gouuid/example_test.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

vendor/github.com/nu7hatch/gouuid/uuid.go

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)