Skip to content

Commit

Permalink
Merge pull request #2 from javaducky/paul/finalize-xfer
Browse files Browse the repository at this point in the history
Update project given transfer of ownership
  • Loading branch information
LeonAdato authored Aug 2, 2023
2 parents c26b872 + 035a291 commit c581a39
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
Expand Up @@ -15,7 +15,7 @@ To build a `k6` binary with this extension, first ensure you have the prerequisi
1. Build with `xk6`:

```bash
xk6 build --with github.com/javaducky/xk6-output-statsd
xk6 build --with github.com/LeonAdato/xk6-output-statsd
```

This will result in a `k6` binary in the current directory.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/javaducky/xk6-output-statsd
module github.com/LeonAdato/xk6-output-statsd

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion register.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package statsd

import (
"github.com/javaducky/xk6-output-statsd/pkg/statsd"
"github.com/LeonAdato/xk6-output-statsd/pkg/statsd"
"go.k6.io/k6/output"
)

Expand Down

0 comments on commit c581a39

Please sign in to comment.