From e044d625197a189841f30b409bd4b9a57e739e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Sat, 16 Dec 2023 23:10:51 +0100 Subject: [PATCH] Change repos name --- README.md | 2 +- README.md.template | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d1fa84..d509592 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DNSimple Punktum DS upload -[![GoDoc](https://godoc.org/github.com/reload/dnsimple-dk-hostmaster-ds-upload?status.svg)](https://godoc.org/github.com/reload/dnsimple-dk-hostmaster-ds-upload) +[![Go reference](https://pkg.go.dev/badge/github.com/reload/dnsimple-punktum-dk-ds-upload)](https://pkg.go.dev/github.com/reload/dnsimple-punktum-dk-ds-upload) Package function is a Google Cloud Function receiving webhook events from DNSimple (https://dnsimple.com/webhooks). diff --git a/README.md.template b/README.md.template index 478048d..dbb9f08 100644 --- a/README.md.template +++ b/README.md.template @@ -1,6 +1,6 @@ # DNSimple Punktum DS upload -[![GoDoc](https://godoc.org/github.com/reload/dnsimple-dk-hostmaster-ds-upload?status.svg)](https://godoc.org/github.com/reload/dnsimple-dk-hostmaster-ds-upload) +[![Go reference](https://pkg.go.dev/badge/github.com/reload/dnsimple-punktum-dk-ds-upload)](https://pkg.go.dev/github.com/reload/dnsimple-punktum-dk-ds-upload) {{ .Doc }} diff --git a/go.mod b/go.mod index 07a12e9..4df374b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/reload/dnsimple-dk-hostmaster-ds-upload +module github.com/reload/dnsimple-punktum-dk-ds-upload require ( arnested.dk/go/dsupdate v1.16.5