File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -725,12 +725,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
725725
726726
727727--------------------------------------------------------------------------------
728- Dependency : github.com/gofrs/uuid
729- Version: v4.4.0+incompatible 
728+ Dependency : github.com/gofrs/uuid/v5 
729+ Version: v5.2.0 
730730Licence type (autodetected): MIT
731731--------------------------------------------------------------------------------
732732
733- Contents of probable licence file $GOMODCACHE/github.com/gofrs/uuid@v4.4.0+incompatible /LICENSE:
733+ Contents of probable licence file $GOMODCACHE/github.com/gofrs/uuid
/[email protected]  /LICENSE:
734734
735735Copyright (C) 2013-2018 by Maxim Bublis <
[email protected] >
736736
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99	github.com/elastic/go-ucfg  v0.8.5 
1010	github.com/elastic/pkcs8  v1.0.0 
1111	github.com/fatih/color  v1.13.0 
12- 	github.com/gofrs/uuid   v4.4.0+incompatible 
12+ 	github.com/gofrs/uuid/v5    v5.2.0 
1313	github.com/magefile/mage  v1.13.0 
1414	github.com/mattn/go-colorable  v0.1.12 
1515	github.com/mitchellh/hashstructure  v1.1.0 
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
2626github.com/fatih/color  v1.13.0 /go.mod  h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
2727github.com/gobuffalo/here  v0.6.0  h1:hYrd0a6gDmWxBM4TnrGw8mQg24iSVoIkHEk7FodQcBI =
2828github.com/gobuffalo/here  v0.6.0 /go.mod  h1:wAG085dHOYqUpf+Ap+WOdrPTp5IYcDAs/x7PLa8Y5fM =
29- github.com/gofrs/uuid   v4.4.0+incompatible  h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA =
30- github.com/gofrs/uuid   v4.4.0+incompatible /go.mod  h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
29+ github.com/gofrs/uuid/v5    v5.2.0  h1:qw1GMx6/y8vhVsx626ImfKMuS5CvJmhIKKtuyvfajMM =
30+ github.com/gofrs/uuid/v5    v5.2.0 /go.mod  h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8 =
3131github.com/google/go-cmp  v0.2.0 /go.mod  h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M =
3232github.com/google/go-cmp  v0.6.0  h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
3333github.com/google/go-cmp  v0.6.0 /go.mod  h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727	"testing" 
2828	"text/template" 
2929
30- 	"github.com/gofrs/uuid" 
30+ 	"github.com/gofrs/uuid/v5 " 
3131
3232	"github.com/stretchr/testify/require" 
3333)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments