katzien / go-structure-examples

Examples for my talk on structuring go apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependabot cannot be upgraded to GitHub-native version due to unsupported `dep` package manager

dependabot-preview opened this issue · comments

Dependabot Preview will be shut down on August 3rd, 2021.

It appears that this repository has configured updates for dep.

The GitHub-native version of Dependabot does not support dep, which was deprecated as of 2020.
Guidance from the dep maintainers is to upgrade to go mod, which Dependabot supports.

In order to keep getting updates for your Go dependencies, you'll need to migrate to go mod and add a Dependabot configuration for it to this repository.