readme: update google/uuid module (#7310)
update uuid.New().String() to uuid.NewString()
Showing
| ... | @@ -7,7 +7,7 @@ require ( | ... | @@ -7,7 +7,7 @@ require ( |
| github.com/emirpasic/gods v1.18.1 | github.com/emirpasic/gods v1.18.1 | ||
| github.com/gin-gonic/gin v1.10.0 | github.com/gin-gonic/gin v1.10.0 | ||
| github.com/golang/protobuf v1.5.4 // indirect | github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/uuid v1.1.2 | github.com/google/uuid v1.6.0 | ||
| github.com/olekukonko/tablewriter v0.0.5 | github.com/olekukonko/tablewriter v0.0.5 | ||
| github.com/spf13/cobra v1.7.0 | github.com/spf13/cobra v1.7.0 | ||
| github.com/stretchr/testify v1.9.0 | github.com/stretchr/testify v1.9.0 | ||
| ... | ... |
Please register or sign in to comment