StackExchange / wmi

WMI for Go
http://godoc.org/github.com/StackExchange/wmi
MIT License
433 stars 173 forks source link

fix `go get -u ./...` path error when parsing go.mod #59

Closed XinRoom closed 3 years ago

XinRoom commented 3 years ago
go get: github.com/StackExchange/wmi@v0.0.0-20190523213315-cbe66965904d updating to
    github.com/StackExchange/wmi@v0.0.0-20210708210415-b284ef6ab838: parsing go.mod:
    module declares its path as: wmi
            but was required as: github.com/StackExchange/wmi
XinRoom commented 3 years ago

Found that someone has already submitted, close