justtrackio / gosoline

Gosoline is our framework which fuels all of our Golang applications
MIT License
93 stars 50 forks source link

Chore/update golang migrate #1098

Closed bt-justtrack closed 5 months ago

bt-justtrack commented 5 months ago

The repository github.com/mitchellh/osex is a gosoline dependency with the following import tree: github.com/golang-migrate/migrate/v4@v4.15.1 requires github.com/dhui/dktest@v0.3.7 requires github.com/containerd/containerd@v1.5.7 requires github.com/containerd/aufs@v1.0.0 requires github.com/containerd/containerd@v1.5.0-beta.3 requires github.com/Microsoft/hcsshim@v0.8.15 requires github.com/containerd/containerd@v1.5.0-beta.1 requires github.com/Microsoft/hcsshim/test@v0.0.0-20201218223536-d3e5debf77da requires github.com/docker/distribution@v0.0.0-20190905152932-14b96e55d84c requires github.com/mitchellh/osext@v0.0.0-20151018003038-5e2d6d41470f

It is extinct now, thus failing to build new installs/downloads of gosoline. This updates golang-migrate to the next version which does not rely on that package (4.15.1 => 4.16.0)