diff --git a/cmd/crowdsec-cli/machines.go b/cmd/crowdsec-cli/machines.go index da5fb9372..f0d546574 100644 --- a/cmd/crowdsec-cli/machines.go +++ b/cmd/crowdsec-cli/machines.go @@ -14,7 +14,7 @@ import ( "github.com/AlecAivazis/survey/v2" "github.com/crowdsecurity/crowdsec/pkg/csconfig" "github.com/crowdsecurity/crowdsec/pkg/database" - "github.com/denisbrodbeck/machineid" + "github.com/crowdsecurity/machineid" "github.com/enescakir/emoji" "github.com/go-openapi/strfmt" "github.com/olekukonko/tablewriter" diff --git a/go.mod b/go.mod index 2fd35dcbd..59865ad95 100644 --- a/go.mod +++ b/go.mod @@ -18,6 +18,7 @@ require ( github.com/crowdsecurity/grokky v0.0.0-20220120093523-d5b3478363fa github.com/davecgh/go-spew v1.1.1 github.com/denisbrodbeck/machineid v1.0.1 + github.com/crowdsecurity/machineid v1.0.1 github.com/dghubble/sling v1.3.0 github.com/docker/docker v20.10.2+incompatible github.com/docker/go-connections v0.4.0 diff --git a/go.sum b/go.sum index ce95e2935..96cbc3c76 100644 --- a/go.sum +++ b/go.sum @@ -137,6 +137,8 @@ github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/crowdsecurity/grokky v0.0.0-20220120093523-d5b3478363fa h1:pcHZgbBbIkNDO1cAgipEgaGeFJ0se+FOPvq6A4d/g9c= github.com/crowdsecurity/grokky v0.0.0-20220120093523-d5b3478363fa/go.mod h1:fx5UYUYAFIrOUNAkFCUOM2wJcsp9EWSQE9R0/9kaFJg= +github.com/crowdsecurity/machineid v1.0.1 h1:N9u9iTuMguVMP5d6/5HaEaOlbrpNAAF2UXeTfQNLBqg= +github.com/crowdsecurity/machineid v1.0.1/go.mod h1:hf2EmygXSg+gCU8/wX1siiH3ZeGGIzCzSNTYObiskhs= github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=