Skip to content

Commit

Permalink
fix: Switch denisbrodbeck/machineid to iseki0/machineid
Browse files Browse the repository at this point in the history
iseki0/machineid Add productPath as fallback at 5552166865efcb514ffe987187de560df1087fe7

Waiting PR denisbrodbeck/machineid#19
  • Loading branch information
iseki0 committed Oct 13, 2022
1 parent 3307d1d commit dd4c990
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/antchfx/xmlquery v1.3.12
github.com/bahlo/generic-list-go v0.2.0
github.com/denisbrodbeck/machineid v1.0.1
github.com/go-git/go-git/v5 v5.4.2
github.com/google/uuid v1.3.0
github.com/iseki0/go-yarnlock v0.0.1
Expand Down Expand Up @@ -43,6 +42,7 @@ require (
github.com/google/go-cmp v0.5.6 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/iseki0/machineid v0.0.0-20221013085010-5552166865ef // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7P
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/iseki0/go-yarnlock v0.0.1 h1:p9xkiL9DIx0ZP7kioW+6Mydydvlf9m65HbSlBTZ3ubU=
github.com/iseki0/go-yarnlock v0.0.1/go.mod h1:qYLyGua0xN8X0JvimGj13UBVgNBK/weoP76HHJHFnKA=
github.com/iseki0/machineid v0.0.0-20221013085010-5552166865ef h1:hk1YflFybhZ7BobEHWxMnRkj0hWN8gXJaAkspLXVDNc=
github.com/iseki0/machineid v0.0.0-20221013085010-5552166865ef/go.mod h1:iZSZgGYWCZHoX4ATqhJEUPMrQUjdNPqREJK/iMXa5EI=
github.com/iseki0/osname v0.0.0-20220802070850-5def7ee59aab h1:i7De2YqOY/ndu9B01jVPO+EmBxEpaWSTSg7Rpvjg5Zc=
github.com/iseki0/osname v0.0.0-20220802070850-5def7ee59aab/go.mod h1:dfJpXG/NgYezSQxiUPwOiDeTKm8YeJzMc7ROJ1mj9v4=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
Expand Down
2 changes: 1 addition & 1 deletion version/machine_id.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

import (
"github.com/denisbrodbeck/machineid"
"github.com/iseki0/machineid"
"github.com/murphysecurity/murphysec/utils/must"
)

Expand Down

0 comments on commit dd4c990

Please sign in to comment.