mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:07 +00:00
Enhance Uninstall and resolve conflict sets
Compute a minimum conflict set over the uninstall. Adds also tests for specific cases covered by Uninstall now
This commit is contained in:
@@ -15,4 +15,6 @@
|
||||
|
||||
package pkg
|
||||
|
||||
// Database is a merely simple in-memory db.
|
||||
// FIXME: Use a proper structure or delegate to third-party
|
||||
var Database map[string]string = map[string]string{}
|
||||
|
Reference in New Issue
Block a user