Skip to content

Commit

Permalink
fixed: reset to "github.com/gofrs/uuid"
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Dec 12, 2018
1 parent b60eca4 commit 100a526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"context"
"sync"

"github.com/gofrs/uuid/v3"
"github.com/gofrs/uuid"
"go.aporeto.io/elemental"
)

Expand Down
2 changes: 1 addition & 1 deletion pubsub_nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"github.com/gofrs/uuid/v3"
"github.com/gofrs/uuid"
nats "github.com/nats-io/go-nats"
"go.uber.org/zap"
)
Expand Down
2 changes: 1 addition & 1 deletion websocket_push_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"sync"
"time"

"github.com/gofrs/uuid/v3"
"github.com/gofrs/uuid"
"github.com/gorilla/websocket"
"go.aporeto.io/elemental"
"go.aporeto.io/wsc"
Expand Down

0 comments on commit 100a526

Please sign in to comment.