Bump github.com/gofrs/uuid from 3.2.0+incompatible to 3.3.0+incompatible (#500)

Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 3.2.0+incompatible to 3.3.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](https://github.com/gofrs/uuid/compare/v3.2.0...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-06 13:40:46 +10:00
committed by GitHub
parent d7d2346e1d
commit b77a679726
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.12
require (
github.com/d5/tengo/v2 v2.2.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.1
github.com/google/go-querystring v1.0.0
github.com/gorilla/mux v1.7.4