Skip to content

Commit e6c17c1

Browse files
authored
refactor: bump github.com/gofrs/uuid to current major version (#219)
* refactor: bump github.com/gofrs/uuid to current major version * build: regenerate notice file
1 parent 4e61f1e commit e6c17c1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NOTICE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
730730
Licence 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

735735
Copyright (C) 2013-2018 by Maxim Bublis <[email protected]>
736736

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
2626
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
2727
github.com/gobuffalo/here v0.6.0 h1:hYrd0a6gDmWxBM4TnrGw8mQg24iSVoIkHEk7FodQcBI=
2828
github.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=
3131
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
3232
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
3333
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=

kibana/fleet_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)