Skip to content

Commit

Permalink
Merge pull request #20 from MixinNetwork/dependabot/go_modules/github…
Browse files Browse the repository at this point in the history
….com/gofrs/uuid-3.4.0incompatible

Bump github.com/gofrs/uuid from 3.3.0+incompatible to 3.4.0+incompatible
  • Loading branch information
crossle authored Dec 31, 2020
2 parents d3a17b1 + 199b702 commit 372f713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.12
require (
github.com/MixinNetwork/go-number v0.0.0-20180814121220-f48e2574d9ef
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/shopspring/decimal v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ github.com/gofrs/uuid v3.2.0+incompatible h1:y12jRkkFxsd7GpqdSZ+/KCs/fJbqpEXSGd4
github.com/gofrs/uuid v3.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/gofrs/uuid v3.3.0+incompatible h1:8K4tyRfvU1CYPgJsveYFQMhpFd/wXNM7iK6rR7UHz84=
github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/gofrs/uuid v3.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM=
Expand Down

0 comments on commit 372f713

Please sign in to comment.