Skip to content

Commit df56ec0

Browse files
committed
Fix module path to use correct repository URL
1 parent 1c52b7c commit df56ec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

replayer-adapter-go/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Go adapter for debugging Temporal workflows by replaying execution history wit
55
## Installation
66

77
```bash
8-
go get github.com/phuongdnguyen/temporal-goland-plugin/replayer-adapter-go
8+
go get github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go
99
```
1010

1111
## Overview
@@ -27,7 +27,7 @@ This adapter provides workflow replay functionality for Temporal Go SDK applicat
2727
```go
2828
import (
2929
"go.temporal.io/sdk/worker"
30-
replayeradapter "github.com/phuongdnguyen/temporal-goland-plugin/replayer-adapter-go"
30+
replayeradapter "github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go"
3131
)
3232

3333
// Set replay mode

replayer-adapter-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/phuongdnguyen/temporal-goland-plugin/replayer-adapter-go
1+
module github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)