theupdateframework / tuf-conformance

TUF client conformance test suite
MIT License
8 stars 5 forks source link

go client import issue #191

Open jku opened 2 months ago

jku commented 2 months ago
import (
    "os"
    "fmt"
    tufclient "github.com/jku/tuf-conformance/clients/go-tuf/cmd"
)
module github.com/jku/tuf-conformance/clients/go-tuf

I don't know how go imports work but this looks incorrect