Skip to content

Commit

Permalink
Rebrand the module from thycotic to delinea
Browse files Browse the repository at this point in the history
- Renamed the module to delinea
- Updated the readme badges to reflect the new GitHub location
  • Loading branch information
delineaKrehl committed May 25, 2022
1 parent a001059 commit 160eb79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Delinea Secret Server SDK for Go

![Tests](https://github.com/thycotic/tss-sdk-go/workflows/Tests/badge.svg)
![Tests](https://github.com/DelineaXPM/tss-sdk-go/workflows/Tests/badge.svg)

A Golang API and examples for [Delinea](https://delinea.com/)
[Secret Server](https://delinea.com/products/secret-server/).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/thycotic/tss-sdk-go
module github.com/DelineaXPM/tss-sdk-go

go 1.13
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"os"

"github.com/thycotic/tss-sdk-go/server"
"github.com/DelineaXPM/tss-sdk-go/server"
)

func main() {
Expand Down

0 comments on commit 160eb79

Please sign in to comment.