cjsaylor/chessbot

Dependabot couldn't find a Gopkg.toml for this project

Closed this issue · 3 comments

Dependabot couldn't find a Gopkg.toml for this project.

Dependabot requires a Gopkg.toml to evaluate your project's current Go dependencies. It had expected to find one at the path: /Gopkg.toml.

If this isn't a Go project, or if it is a library, you may wish to disable updates for it from within Dependabot.

You can mention @dependabot in the comments below to contact the Dependabot team.

@dependabot-bot We switched to using go.mod for dependencies. Is there plans to support that?

Yep! We already support it, but you’ll need to manually switch across within Dependabot - if you delete your existing update config in your Dependabot dashboard you’ll be able to re-add this repo and specify that it’s using Go modules.

@dependabot-bot Awesome, thanks!