Skip to content

Commit 44f026d

Browse files
authored
Merge pull request #2 from distributit/rename
Rename module
2 parents 305cd14 + a075210 commit 44f026d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![docs](https://pkg.go.dev/badge/github.com/ngrok/sqlmw?status.svg)](https://pkg.go.dev/github.com/ngrok/sqlmw)
1+
[![docs](https://pkg.go.dev/badge/github.com/distributit/sqlmw?status.svg)](https://pkg.go.dev/github.com/distributit/sqlmw)
22

33
# sqlmw
44

@@ -40,7 +40,7 @@ func (in *sqlInterceptor) StmtQueryContext(ctx context.Context, conn driver.Stmt
4040
}
4141
```
4242

43-
You may override any subset of methods to intercept in the `Interceptor` interface (https://godoc.org/github.com/ngrok/sqlmw#Interceptor):
43+
You may override any subset of methods to intercept in the `Interceptor` interface (https://godoc.org/github.com/distributit/sqlmw#Interceptor):
4444

4545
```go
4646
type Interceptor interface {
@@ -152,8 +152,8 @@ the power to implement advanced behaviors like caching, sharding, retries, etc.
152152

153153
## Go version support
154154

155-
Go versions 1.9 and forward are supported.
155+
Go versions 1.24 and forward are supported.
156156

157157
## Fork
158158

159-
This project began by forking the code in github.com/luna-duclos/instrumentedsql, which itself is a fork of github.com/ExpansiveWorlds/instrumentedsql
159+
This project began by forking the code in https://github.com/ngrok/sqlmw, which itself is a fork of github.com/luna-duclos/instrumentedsql, which itself is a fork of github.com/ExpansiveWorlds/instrumentedsql.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module github.com/ngrok/sqlmw
1+
module github.com/distributit/sqlmw
22

3-
go 1.13
3+
go 1.24.0
44

55
require github.com/magefile/mage v1.15.0

0 commit comments

Comments
 (0)