Skip to content

Commit 8d21a8e

Browse files
authored
Merge pull request #2 from kressnick25/module
Fix module so that xk6 can build
2 parents 0e54330 + 2524907 commit 8d21a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Utils
2121

2222
To use this extension, you'll need to build k6 with the extension enabled. Follow these steps:
2323

24-
1. Clone this repository
24+
1. Install [xk6](https://github.com/grafana/xk6)
2525
2. Build k6 with the extension using xk6:
2626
```bash
2727
xk6 build --with github.com/kressnick25/xk6-ldap

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module xk6-ldap
1+
module github.com/kressnick25/xk6-ldap
22

33
go 1.22.1
44

0 commit comments

Comments
 (0)