Skip to content

Commit

Permalink
Switch to gofrs/uuid package
Browse files Browse the repository at this point in the history
Seeing the inactivity of the satori/go.uuid repository, a group of Go developers has stepped up to maintain it, fixing a few issues. It does not cost much, and also improves Lile. ✨ 

See also: satori/go.uuid#84
  • Loading branch information
oz authored Oct 8, 2018
1 parent d34107c commit 31e4cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"net"
"time"

uuid "github.com/satori/go.uuid"
"github.com/gofrs/uuid"
"google.golang.org/grpc"
)

Expand Down

0 comments on commit 31e4cea

Please sign in to comment.