Skip to content

Commit

Permalink
Renaming module
Browse files Browse the repository at this point in the history
  • Loading branch information
thedae committed Jan 21, 2025
1 parent 0945439 commit 0e3a6ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "go"
enabled = true

[analyzers.meta]
import_root = "github.com/krakendio/lru"
import_root = "github.com/krakend/lru"

[[transformers]]
name = "gofmt"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A simple LRU cache implementation that also evicts elements when an specific siz
### Usage

```
go get github.com/krakendio/lru
go get github.com/krakend/lru
```

```go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/krakendio/lru
module github.com/krakend/lru

go 1.22

0 comments on commit 0e3a6ea

Please sign in to comment.