StackExchange / wmi

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

get package Failed #60

Open gao114882 opened 3 years ago

gao114882 commented 3 years ago

go get github.com/StackExchange/wmi failed, the error is:

go: github.com/StackExchange/wmi upgrade => v0.0.0-20210708210415-b284ef6ab838 go get: 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

can you help me fix up this ?

lazyman01 commented 3 years ago

yes me too, how to fix this

gao114882 commented 3 years ago

go.mod add this replace github.com/StackExchange/wmi v0.0.0-20210708210415-b284ef6ab838 => github.com/StackExchange/wmi 1.1.0

tlimoncelli commented 3 years ago

I'm not very good at git but I think I fixed this. Please verify.

gao114882 commented 3 years ago

I'm not very good at git but I think I fixed this. Please verify.

I tried , Unfortunately, this error still exists. this error occurs at today, you can check what's changed today。