Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 2a0dbf4

Browse files
authored
Merge pull request #127 from arnested/deprecated
Deprecate the module
2 parents 7a2cbea + 31ce522 commit 2a0dbf4

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Go library for updating DS records with Punktum.dk's proprietary DS Update protocol
22

3-
[![Codecov](https://codecov.io/gh/arnested/dsupdate/branch/main/graph/badge.svg)](https://codecov.io/gh/arnested/dsupdate)
3+
> [!IMPORTANT]
4+
> Deprecated: Punktum.dk has closed the DS-update Service, see
5+
> <https://punktum.dk/artikler/breaking-changes>
6+
47
[![CLA assistant](https://cla-assistant.io/readme/badge/arnested/dsupdate)](https://cla-assistant.io/arnested/dsupdate)
58
[![PkgGoDev](https://pkg.go.dev/badge/arnested.dk/go/dsupdate)](https://pkg.go.dev/arnested.dk/go/dsupdate)
69

README.md.template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Go library for updating DS records with Punktum.dk's proprietary DS Update protocol
22

3-
[![Codecov](https://codecov.io/gh/arnested/dsupdate/branch/main/graph/badge.svg)](https://codecov.io/gh/arnested/dsupdate)
3+
> [!IMPORTANT]
4+
> Deprecated: Punktum.dk has closed the DS-update Service, see
5+
> <https://punktum.dk/artikler/breaking-changes>
6+
47
[![CLA assistant](https://cla-assistant.io/readme/badge/arnested/dsupdate)](https://cla-assistant.io/arnested/dsupdate)
58
[![PkgGoDev](https://pkg.go.dev/badge/arnested.dk/go/dsupdate)](https://pkg.go.dev/arnested.dk/go/dsupdate)
69

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: Punktum.dk has closed the DS-update Service, see https://punktum.dk/artikler/breaking-changes
12
module arnested.dk/go/dsupdate
23

34
go 1.18

0 commit comments

Comments
 (0)