Skip to content
  • cznic's avatar
    remove all traces of mattn/go-sqlite3 · ab5c3804
    cznic authored
    TIL that 'go get example.com/foo' downloads only what the respective
    package requires, but 'go mod tidy' will also download test-only
    dependencies.
    
    If needed, the CGo dependencies can be revived in a separate
    repository/module. For now just delete it.
    
    h/t: Dan Kortschak
    ab5c3804