Skip to content

Commit

Permalink
Get rid of satori.uuid for a fork
Browse files Browse the repository at this point in the history
- Fix #330
  • Loading branch information
aarondl committed Jul 30, 2018
1 parent b9fdeac commit 56837bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- Remove satori.uuid in favor of a properly maintained fork

## [v3.0.0-rc10]

### Added
Expand Down
2 changes: 1 addition & 1 deletion randomize/random.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"time"

uuid "github.com/satori/go.uuid"
"github.com/gofrs/uuid"
"github.com/volatiletech/sqlboiler/strmangle"
)

Expand Down

0 comments on commit 56837bd

Please sign in to comment.