File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/ipfs/go-datastore
2
2
3
3
require (
4
- github.com/google/uuid v1.1.1
4
+ github.com/google/uuid v1.2.0
5
5
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
6
6
github.com/jbenet/goprocess v0.1.4
7
7
github.com/kr/pretty v0.2.0 // indirect
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
4
4
github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
5
5
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY =
6
6
github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
7
+ github.com/google/uuid v1.2.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
7
8
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8 h1:NAviDvJ0WXgD+yiL2Rj35AmnfgI11+pHXbdciD917U0 =
8
9
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8 /go.mod h1:8SP1YXK1M1kXuc4KJZINY3TQQ03J2rwBG9QfXmbRPrw =
9
10
github.com/jbenet/go-cienv v0.1.0 /go.mod h1:TqNnHUmJgXau0nCzC7kXWeotg3J9W34CUv5Djy1+FlA =
You can’t perform that action at this time.
0 commit comments