theupdateframework / go-tuf

Go implementation of The Update Framework (TUF)
https://theupdateframework.com
Apache License 2.0
625 stars 105 forks source link

feat!: add deprecating message for the encrypted package #521

Closed rdimitrov closed 1 year ago

rdimitrov commented 1 year ago

Description of the changes being introduced by the pull request:

The following PR adds a message saying that the encrypted package from go-tuf is already moved to https://github.com/secure-systems-lab/go-securesystemslib and will be deprecated here.

Existing dependants should use github.com/secure-systems-lab/go-securesystemslib/encrypted instead.

The PR also includes updating that dependency for go-tuf as well.

Release Notes:

Deprecated: The encrypted package from go-tuf is already moved to https://github.com/secure-systems-lab/go-securesystemslib and will be deprecated here. Use github.com/secure-systems-lab/go-securesystemslib/encrypted instead.

Types of changes:

Please verify and check that the pull request fulfills the following requirements:

rdimitrov commented 1 year ago

Motivated by https://github.com/theupdateframework/go-tuf/issues/476