ficsit-cli-flake/cli
mircearoata 024b11b1e8
feat: use the pubgrub algorithm for solving versions (#40)
* refactor: separate resolving tests

* feat: use pubgrub to resolve dependencies

* feat: show friendly mod name in error message

* feat: show single version in error message when only one matches

* ci: update go version to match go.mod

* feat: format FactoryGame incompatibility and term

* chore: fetch all necessary data of the version at once

* chore: upgrade pubgrub

* chore: upgrade pubgrub

* ci: update golangci-lint version for go 1.21

* chore: lint

* chore: update go version in readme
2023-12-06 05:01:49 +02:00
..
disk feat: use the pubgrub algorithm for solving versions (#40) 2023-12-06 05:01:49 +02:00
context.go feat: use the pubgrub algorithm for solving versions (#40) 2023-12-06 05:01:49 +02:00
dependency_resolver.go feat: use the pubgrub algorithm for solving versions (#40) 2023-12-06 05:01:49 +02:00
dependency_resolver_error.go feat: use the pubgrub algorithm for solving versions (#40) 2023-12-06 05:01:49 +02:00
installations.go feat: use the pubgrub algorithm for solving versions (#40) 2023-12-06 05:01:49 +02:00
installations_test.go feat: add mod upload command 2022-10-14 19:11:16 +03:00
lockfile.go feat: add mod upload command 2022-10-14 19:11:16 +03:00
platforms.go path -> filepath 2022-06-05 04:56:46 +03:00
profiles.go feat: add mod upload command 2022-10-14 19:11:16 +03:00
profiles_test.go feat: add mod upload command 2022-10-14 19:11:16 +03:00
resolving_test.go feat: use the pubgrub algorithm for solving versions (#40) 2023-12-06 05:01:49 +02:00
types.go Resolution, downloads, lockfiles 2022-05-02 23:07:15 +03:00