DATA-DOG / go-txdb

Immutable transaction isolated sql driver for golang
Other
667 stars 48 forks source link

Issue when bumping to v0.1.9 from v0.1.8 #66

Closed zaidsasa closed 3 months ago

zaidsasa commented 3 months ago
go mod tidy
go: github.com/DATA-DOG/go-txdb@v0.1.9 requires
        github.com/testcontainers/testcontainers-go@v0.26.0 requires
        github.com/Microsoft/hcsshim@v0.11.1 requires
        github.com/open-policy-agent/opa@v0.42.2 requires
        oras.land/oras-go@v1.2.0 requires
        github.com/distribution/distribution/v3@v3.0.0-20220526142353-ffbd94cbe269 requires
        github.com/mitchellh/osext@v0.0.0-20151018003038-5e2d6d41470f: invalid version: exit status 128:
        remote: Repository not found.
        fatal: repository 'https://github.com/mitchellh/osext/' not found
flimzy commented 3 months ago

Looks like github.com/mitchellh/osext no longer exists. It's still hosted by the Go proxy, but I'm guessing you have that disabled, so aren't able to fetch it.

I'll throw together a new release version with updated dependencies.