Skip to content

Commit 76d3c63

Browse files
committed
remove deps
1 parent a271fa0 commit 76d3c63

12 files changed

Lines changed: 14 additions & 930 deletions

File tree

cache_redis.go

Lines changed: 0 additions & 55 deletions
This file was deleted.

cache_ristretto.go

Lines changed: 0 additions & 49 deletions
This file was deleted.

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Usage:
1010
"database/sql"
1111
1212
redis "github.com/go-redis/redis/v7"
13-
"github.com/prashanthpai/sqlcache"
13+
"github.com/hellodword/sqlcache"
1414
"github.com/jackc/pgx/v4/stdlib"
1515
)
1616

example/main.go

Lines changed: 0 additions & 125 deletions
This file was deleted.

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
module github.com/prashanthpai/sqlcache
1+
module github.com/hellodword/sqlcache
22

33
go 1.14
44

55
require (
6-
github.com/DATA-DOG/go-sqlmock v1.4.1
7-
github.com/dgraph-io/ristretto v0.0.3
8-
github.com/go-redis/redis/v7 v7.4.0
9-
github.com/jackc/pgx/v4 v4.6.0
106
github.com/mitchellh/hashstructure v1.0.0
11-
github.com/ngrok/sqlmw v0.0.0-20200129213757-d5c93a81bec6
12-
github.com/stretchr/testify v1.6.1
13-
github.com/vmihailenco/msgpack/v4 v4.3.12
7+
github.com/ngrok/sqlmw v0.0.0-20220520173518-97c9c04efc79
148
)

0 commit comments

Comments
 (0)