jsonnet-bundler/pkg/jsonnetfile
sh0rez 36311f1601
feat: rewrite install procedure
rewrites the installation of packages from scratch to solve several issues with
the existing implementation:

- does not need to choose between lockfile and jsonnetfile anymore. The
jsonnetfile what to be installed, while the lockfile also has versions and
checksums of all packages, even nested ones.
- the lockfile is regenerated on every run, preserving the locked values
- downloaded packages are hashed using sha256 to make sure we receive what we
expect. If files on the local disk are modified, they are downloaded again.
2019-10-29 21:44:30 +01:00
..
jsonnetfile.go feat: rewrite install procedure 2019-10-29 21:44:30 +01:00
jsonnetfile_test.go refactor: switch to pkg/jsonnetfile 2019-10-29 21:44:27 +01:00