Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Go Dep Ensure throwing Errors: Please update your Dependencies and Regenerate toml and lock Files #173

Open
lvanngo opened this issue Aug 6, 2018 · 0 comments

Comments

@lvanngo
Copy link

lvanngo commented Aug 6, 2018

Thanks so much for your work! We got this working on Linux--I have trouble with my mac but that's why we need the build to work so I can rely on our Linux Instances directly. Currently though when running dep ensure, the following error occurs:

golang/vendor/github.com/arachnys/athenapdf/pkg/runner

../vendor/github.com/arachnys/athenapdf/pkg/runner/cdp.go:79:18: not enough arguments in call to t.Network.Enable
have (number, number)
want (int, int, int)
../vendor/github.com/arachnys/athenapdf/pkg/runner/cdp.go:94:45: not enough arguments in call to t.Network.SetUserAgentOverride
have (string)
want (string, string, string)
../vendor/github.com/arachnys/athenapdf/pkg/runner/runner.go:171:17: assignment mismatch: 2 variables but 4 values
../vendor/github.com/arachnys/athenapdf/pkg/runner/runner.go:171:41: not enough arguments in call to r.Target.Page.Navigate
have (string, string, string)
want (string, string, string, string)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant