imgpkg
can be built and tested using the various scripts found in hack/
:
./test-all.sh
...
./build.sh
The imgpkg
libraries can be used by pulling the dependency into your Go module.
To get the latest version:
go get carvel.dev/imgpkg
Note: Older versions of the imgpkg
declare their module paths as "github.com/k14s/imgpkg".
GitHub re-routes those requests to the correct repository, but all future versions
should pull in the dependency as "carvel.dev/imgpkg"
+ require carvel.dev/imgpkg x.y.z
- require github.com/k14s a.b.c