去获取-insecure my.domain.com

I have a a Golang Git project.

I tried to use go get -insecure my.domia.com/alerts

but i got the fellowing error.

OK: 214 MiB in 23 packages
Fetching https://my.domia.com/alerts?go-get=1
https fetch failed: Get https://my.domia.com/alerts?go-get=1: http: server gave HTTP response to HTTPS client
Fetching http://my.domia.com/alerts?go-get=1
Parsing meta tags from http://my.domia.com/alerts?go-get=1 (status code 404)
package my.domia.com/alerts: unrecognized import path "my.domia.com/alerts" (parse http://my.domia.com/alerts?go-get=1: no go-import meta tags)

Could any one help please? I really appreciate it.

Or, if anyone could help to install manually.

Thanks,