Skip to content

Commit

Permalink
fix(uuid): go.uuid api break change
Browse files Browse the repository at this point in the history
  • Loading branch information
xizhibei committed Nov 1, 2018
1 parent b2f0dd7 commit bd857b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuid.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package gocelery

import uuid "github.com/satori/go.uuid"
import "github.com/gofrs/uuid"

// generateUUID generates a v4 uuid and returns it as a string
func generateUUID() string {
Expand Down

0 comments on commit bd857b1

Please sign in to comment.