From b00efb8938592246388d098c33ad6d8461104cb6 Mon Sep 17 00:00:00 2001 From: Dmitrii Okunev Date: Tue, 11 Jul 2023 16:56:07 +0100 Subject: [PATCH] Prepare to be archived --- README.md | 7 +++++++ go.mod | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9731b68..40ff76b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # `AttestationFailureAnalysisService` +## Do not use this repository, it is archived. The project is now maintained in repository [`attestation-sdk`](https://github.com/immune-gmbh/attestation-sdk). + +--- + +Pre-archived description: + + [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) ## About diff --git a/go.mod b/go.mod index 302e3e1..490f2ec 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/immune-gmbh/AttestationFailureAnalysisService +module github.com/immune-gmbh/attestation-sdk go 1.20