databases/go-pgweb: Update to 0.17.0
Fix "cannot find package":
===> Building pgweb from github.com/sosedoff/pgweb pkg/cli/cli.go:13:2: cannot find package "github.com/gin-gonic/gin" in any of: /usr/local/go125/src/github.com/gin-gonic/gin (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/gin-gonic/gin (from $GOPATH) pkg/cli/cli.go:14:2: cannot find package "github.com/jessevdk/go-flags" in any of: /usr/local/go125/src/github.com/jessevdk/go-flags (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/jessevdk/go-flags (from $GOPATH) pkg/cli/cli.go:15:2: cannot find package "github.com/sirupsen/logrus" in any of: /usr/local/go125/src/github.com/sirupsen/logrus (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/sirupsen/logrus (from $GOPATH) pkg/bookmarks/manager.go:10:2: cannot find package "github.com/BurntSushi/toml" in any of: /usr/local/go125/src/github.com/BurntSushi/toml (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/BurntSushi/toml (from $GOPATH) pkg/command/options.go:11:2: cannot find package "github.com/jackc/pgpassfile" in any of: /usr/local/go125/src/github.com/jackc/pgpassfile (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/jackc/pgpassfile (from $GOPATH) pkg/command/options.go:13:2: cannot find package "github.com/mitchellh/go-homedir" in any of: /usr/local/go125/src/github.com/mitchellh/go-homedir (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/mitchellh/go-homedir (from $GOPATH) pkg/client/tunnel.go:16:2: cannot find package "github.com/ScaleFT/sshkeys" in any of: /usr/local/go125/src/github.com/ScaleFT/sshkeys (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/ScaleFT/sshkeys (from $GOPATH) pkg/client/client.go:14:2: cannot find package "github.com/jmoiron/sqlx" in any of: /usr/local/go125/src/github.com/jmoiron/sqlx (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/jmoiron/sqlx (from $GOPATH) pkg/client/client.go:15:2: cannot find package "github.com/lib/pq" in any of: /usr/local/go125/src/github.com/lib/pq (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/lib/pq (from $GOPATH) pkg/client/codec.go:8:2: cannot find package "github.com/mr-tron/base58" in any of: /usr/local/go125/src/github.com/mr-tron/base58 (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/mr-tron/base58 (from $GOPATH) pkg/client/tunnel.go:17:2: cannot find package "golang.org/x/crypto/ssh" in any of: /usr/local/go125/src/golang.org/x/crypto/ssh (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/golang.org/x/crypto/ssh (from $GOPATH) pkg/metrics/metrics.go:6:2: cannot find package "github.com/prometheus/client_golang/prometheus" in any of: /usr/local/go125/src/github.com/prometheus/client_golang/prometheus (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/prometheus/client_golang/prometheus (from $GOPATH) pkg/metrics/metrics.go:7:2: cannot find package "github.com/prometheus/client_golang/prometheus/promauto" in any of: /usr/local/go125/src/github.com/prometheus/client_golang/prometheus/promauto (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/prometheus/client_golang/prometheus/promauto (from $GOPATH) pkg/metrics/handler.go:7:2: cannot find package "github.com/prometheus/client_golang/prometheus/promhttp" in any of: /usr/local/go125/src/github.com/prometheus/client_golang/prometheus/promhttp (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/prometheus/client_golang/prometheus/promhttp (from $GOPATH) pkg/api/api.go:13:2: cannot find package "github.com/tuvistavie/securerandom" in any of: /usr/local/go125/src/github.com/tuvistavie/securerandom (from $GOROOT) /wrkdirs/usr/ports/databases/go-pgweb/work/src/github.com/tuvistavie/securerandom (from $GOPATH)
ChangeLog: https://github.com/sosedoff/pgweb/compare/v0.11.7...v0.17.0
PR: 296702