Skip to content

Dep Build Fails #120

@adamgoose

Description

@adamgoose

What version of go-chrome are you using (tag, hash, etc.)?

[[constraint]]
  name = "github.com/99designs/gqlgen"
  version = "0.4.4"

[[constraint]]
  name = "github.com/gorilla/mux"
  version = "1.6.2"

[[constraint]]
  name = "github.com/vektah/gqlgen"
  version = "0.4.4"

[[constraint]]
  branch = "master"
  name = "github.com/vektah/gqlparser"

[[constraint]]
  branch = "develop"
  name = "gitlab.internal.bcx.zone/bcx-go/bcx5"

[prune]
  go-tests = true
  unused-packages = true

[[constraint]]
  name = "github.com/mkenney/go-chrome"
  version = "1.0.0-rc4"

What behavior do you expect? What are you trying to accomplish?

go build works

What behavior are you experiencing instead?

% go run main.go
# gitlab.internal.bcx.zone/bcx-pisoft/display-daemon/vendor/github.com/mkenney/go-chrome/tot/socket
vendor/github.com/mkenney/go-chrome/tot/socket/socket.conner.go:82:13: invalid argument socket.listenErr (type "gitlab.internal.bcx.zone/bcx-pisoft/display-daemon/vendor/github.com/bdlm/errors".Err) for len
vendor/github.com/mkenney/go-chrome/tot/socket/socket.socketer.go:259:24: cannot call pointer method on err.("gitlab.internal.bcx.zone/bcx-pisoft/display-daemon/vendor/github.com/bdlm/errors".Err)
vendor/github.com/mkenney/go-chrome/tot/socket/socket.socketer.go:259:24: cannot take the address of err.("gitlab.internal.bcx.zone/bcx-pisoft/display-daemon/vendor/github.com/bdlm/errors".Err)
vendor/github.com/mkenney/go-chrome/tot/socket/socket.socketer.go:483:13: invalid argument socket.listenErr (type "gitlab.internal.bcx.zone/bcx-pisoft/display-daemon/vendor/github.com/bdlm/errors".Err) for len

Metadata

Metadata

Assignees

Labels

feedback wantedLooking for community feedback on this discussion.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions