Skip to content

Commit

Permalink
feat(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Oct 15, 2024
1 parent f00df78 commit 4288377
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions badger/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/badger v0.0.9
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/badger v0.0.10
github.com/darkweak/storages/core v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion badger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.1

require (
dario.cat/mergo v1.0.0
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/pierrec/lz4/v4 v4.1.21
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions etcd/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/etcd v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/darkweak/storages/etcd v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
replace github.com/darkweak/storages/core => ../core

require (
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/pierrec/lz4/v4 v4.1.21
go.etcd.io/etcd/client/v3 v3.5.14
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go-redis/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/go-redis v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/darkweak/storages/go-redis v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion go-redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
replace github.com/darkweak/storages/core => ../core

require (
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/pierrec/lz4/v4 v4.1.21
github.com/redis/go-redis/v9 v9.5.4
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions nats/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/nats v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/darkweak/storages/nats v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion nats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/darkweak/storages/core => ../core

require (
dario.cat/mergo v1.0.0
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/nats-io/nats.go v1.36.0
github.com/pierrec/lz4/v4 v4.1.21
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions nuts/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/nuts v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/darkweak/storages/nuts v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion nuts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/darkweak/storages/core => ../core

require (
dario.cat/mergo v1.0.0
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/nutsdb/nutsdb v1.0.4
github.com/pierrec/lz4/v4 v4.1.21
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions olric/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/olric v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/darkweak/storages/olric v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion olric/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/darkweak/storages/core => ../core

require (
github.com/buraksezer/olric v0.5.6
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/pierrec/lz4/v4 v4.1.21
go.uber.org/zap v1.27.0
)
Expand Down
4 changes: 2 additions & 2 deletions otter/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/otter v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/darkweak/storages/otter v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion otter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
replace github.com/darkweak/storages/core => ../core

require (
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/maypok86/otter v1.2.1
github.com/pierrec/lz4/v4 v4.1.21
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions redis/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.1

require (
github.com/caddyserver/caddy/v2 v2.8.4
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/redis v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/darkweak/storages/redis v0.0.10
)

require (
Expand Down
2 changes: 1 addition & 1 deletion redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
replace github.com/darkweak/storages/core => ../core

require (
github.com/darkweak/storages/core v0.0.9
github.com/darkweak/storages/core v0.0.10
github.com/pierrec/lz4/v4 v4.1.21
github.com/redis/rueidis v1.0.39
go.uber.org/zap v1.27.0
Expand Down

0 comments on commit 4288377

Please sign in to comment.