jsonnet-bundler/pkg
Frederic Branczyk 993f7564f9
Fix install from lock-file
Previously even when installing dependencies from a lockfile,
jsonnet-bundler would attempt to resolve versions of transitive
dependencies to their latest floating version. Instead when a lock-file
is specified jsonnet-bundler should just install the specified versions.
2018-08-01 14:02:59 +02:00
..
git.go Add ability to resolve and install transitive dependencies 2018-04-25 09:01:00 +01:00
interface.go Add ability to resolve and install transitive dependencies 2018-04-25 09:01:00 +01:00
packages.go Fix install from lock-file 2018-08-01 14:02:59 +02:00
packages_test.go Add correct lockfile handling 2018-07-25 13:57:37 +02:00