From 5c2edbe7bd2ca7518dc3beaf0120d55faf6dea61 Mon Sep 17 00:00:00 2001
From: Tim Krehl <tim.krehl@delinea.com>
Date: Wed, 25 May 2022 14:36:49 -0500
Subject: [PATCH] Rebrand the module from thycotic to delinea

- Renamed the module to delinea
- Updated the readme badges to reflect the new GitHub location
---
 README.md | 2 +-
 go.mod    | 2 +-
 main.go   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 4a6c026..4d2c5bf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # The Delinea DevOps Secrets Vault SDK for Go
 
-![Tests](https://github.com/thycotic/dsv-sdk-go/workflows/Tests/badge.svg)
+![Tests](https://github.com/DelineaXPM/dsv-sdk-go/workflows/Tests/badge.svg)
 
 A Golang API and examples for [Delinea](https://delinea.com/)
 [DevOps Secrets Vault](https://delinea.com/products/devops-secrets-management-vault).
diff --git a/go.mod b/go.mod
index 7d6fc51..a2b5049 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/thycotic/dsv-sdk-go
+module github.com/DelineaXPM/dsv-sdk-go
 
 go 1.13
diff --git a/main.go b/main.go
index 6064a42..91d847b 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,7 @@ import (
 	"log"
 	"os"
 
-	"github.com/thycotic/dsv-sdk-go/vault"
+	"github.com/DelineaXPM/dsv-sdk-go/vault"
 )
 
 func main() {