dbweb icon indicating copy to clipboard operation
dbweb copied to clipboard

Cnnot find package go civil

Open zxcfer opened this issue 6 years ago • 1 comments

I am trying to install

go install github.com/go-xorm/dbweb

but get this error

go/src/github.com/denisenkom/go-mssqldb/mssql_go19.go:14:2: cannot find package "cloud.google.com/go/civil" in any of:
        /usr/lib/go-1.10/src/cloud.google.com/go/civil (from $GOROOT)
        /home/xlavecat/go/src/cloud.google.com/go/civil (from $GOPATH)

zxcfer avatar Sep 15 '18 17:09 zxcfer

Maybe you can try go get -u "cloud.google.com/go/civil" before the installation @iwxfer

BetaCat0 avatar Sep 16 '18 04:09 BetaCat0