Skip to content

Commit 04f98ab

Browse files
committed
Library EOL
Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
1 parent 14e4c97 commit 04f98ab

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
> [!WARNING]
2+
>
3+
> このレポジトリの内容は下記に集約・移転しました。
4+
> github.com/sacloud/sacloud-sdk-go
5+
>
6+
> 今後は上記のレポジトリで開発を行います。
7+
> このライブラリを使用している方は、importを変更していただきますようお願いいたします。
8+
>
9+
> ```go
10+
> // 変更前
11+
> import "github.com/sacloud/cloudhsm-api-go"
12+
>
13+
> // 変更後
14+
> import "github.com/sacloud/sacloud-sdk-go/api/cloudhsm"
15+
> ```
16+
117
# cloudhsm-api-go
218
319
[![Go Reference](https://pkg.go.dev/badge/github.com/sacloud/cloudhsm-api-go.svg)](https://pkg.go.dev/github.com/sacloud/cloudhsm-api-go)

go.mod

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// Deprecated: This module has moved to github.com/sacloud/sacloud-sdk-go.
16+
// Please migrate to that module. This repository will be archived.
1517
package cloudhsm
1618

1719
const Version = "0.4.0"

0 commit comments

Comments
 (0)