Skip to content

Commit dd4c990

Browse files
committed
fix: Switch denisbrodbeck/machineid to iseki0/machineid
iseki0/machineid Add productPath as fallback at 5552166865efcb514ffe987187de560df1087fe7 Waiting PR denisbrodbeck/machineid#19
1 parent 3307d1d commit dd4c990

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/AlecAivazis/survey/v2 v2.3.6
77
github.com/antchfx/xmlquery v1.3.12
88
github.com/bahlo/generic-list-go v0.2.0
9-
github.com/denisbrodbeck/machineid v1.0.1
109
github.com/go-git/go-git/v5 v5.4.2
1110
github.com/google/uuid v1.3.0
1211
github.com/iseki0/go-yarnlock v0.0.1
@@ -43,6 +42,7 @@ require (
4342
github.com/google/go-cmp v0.5.6 // indirect
4443
github.com/imdario/mergo v0.3.13 // indirect
4544
github.com/inconshreveable/mousetrap v1.0.1 // indirect
45+
github.com/iseki0/machineid v0.0.0-20221013085010-5552166865ef // indirect
4646
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
4747
github.com/kevinburke/ssh_config v1.2.0 // indirect
4848
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7P
7171
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
7272
github.com/iseki0/go-yarnlock v0.0.1 h1:p9xkiL9DIx0ZP7kioW+6Mydydvlf9m65HbSlBTZ3ubU=
7373
github.com/iseki0/go-yarnlock v0.0.1/go.mod h1:qYLyGua0xN8X0JvimGj13UBVgNBK/weoP76HHJHFnKA=
74+
github.com/iseki0/machineid v0.0.0-20221013085010-5552166865ef h1:hk1YflFybhZ7BobEHWxMnRkj0hWN8gXJaAkspLXVDNc=
75+
github.com/iseki0/machineid v0.0.0-20221013085010-5552166865ef/go.mod h1:iZSZgGYWCZHoX4ATqhJEUPMrQUjdNPqREJK/iMXa5EI=
7476
github.com/iseki0/osname v0.0.0-20220802070850-5def7ee59aab h1:i7De2YqOY/ndu9B01jVPO+EmBxEpaWSTSg7Rpvjg5Zc=
7577
github.com/iseki0/osname v0.0.0-20220802070850-5def7ee59aab/go.mod h1:dfJpXG/NgYezSQxiUPwOiDeTKm8YeJzMc7ROJ1mj9v4=
7678
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=

version/machine_id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
import (
4-
"github.com/denisbrodbeck/machineid"
4+
"github.com/iseki0/machineid"
55
"github.com/murphysecurity/murphysec/utils/must"
66
)
77

0 commit comments

Comments
 (0)