monitoringartist / zabbix-template-converter

:triangular_ruler: Zabbix template XML/JSON/YAML converter
GNU General Public License v2.0
16 stars 12 forks source link

install issue #4

Closed xc0derx closed 4 years ago

xc0derx commented 4 years ago

try install app:

# go get -u github.com/monitoringartist/zabbix-template-converter
package github.com/monitoringartist/go-zabbix/v40: cannot find package "github.com/monitoringartist/go-zabbix/v40" in any of:
        /usr/local/go/src/github.com/monitoringartist/go-zabbix/v40 (from $GOROOT)
        /root/go/src/github.com/monitoringartist/go-zabbix/v40 (from $GOPATH)
package github.com/monitoringartist/go-zabbix/v44: cannot find package "github.com/monitoringartist/go-zabbix/v44" in any of:
        /usr/local/go/src/github.com/monitoringartist/go-zabbix/v44 (from $GOROOT)
        /root/go/src/github.com/monitoringartist/go-zabbix/v44 (from $GOPATH)

OS: Centos 7 go version go1.13.5 linux/amd64

jangaraj commented 4 years ago

Could you try:

GO111MODULE=on go get -u github.com/monitoringartist/zabbix-template-converter