Skip to content

Commit

Permalink
Merge pull request #2 from DelineaXPM/delineaKrehl-DeepRebrand
Browse files Browse the repository at this point in the history
Rebrand the module from thycotic to delinea
  • Loading branch information
Ricky White authored May 26, 2022
2 parents a001059 + 160eb79 commit 555dc25
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 555dc25

Please sign in to comment.