Skip to content

Commit e6ee343

Browse files
authored
hotfix(otter): impossible to store data due to bad parse duration (#14)
1 parent 751729c commit e6ee343

File tree

17 files changed

+29
-32
lines changed

17 files changed

+29
-32
lines changed

badger/caddy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.1
44

55
require (
66
github.com/caddyserver/caddy/v2 v2.8.4
7-
github.com/darkweak/storages/badger v0.0.8
8-
github.com/darkweak/storages/core v0.0.8
7+
github.com/darkweak/storages/badger v0.0.9
8+
github.com/darkweak/storages/core v0.0.9
99
)
1010

1111
require (

badger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.1
44

55
require (
66
dario.cat/mergo v1.0.0
7-
github.com/darkweak/storages/core v0.0.8
7+
github.com/darkweak/storages/core v0.0.9
88
github.com/dgraph-io/badger/v3 v3.2103.5
99
github.com/pierrec/lz4/v4 v4.1.21
1010
go.uber.org/zap v1.27.0

etcd/caddy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.1
44

55
require (
66
github.com/caddyserver/caddy/v2 v2.8.4
7-
github.com/darkweak/storages/core v0.0.8
8-
github.com/darkweak/storages/etcd v0.0.8
7+
github.com/darkweak/storages/core v0.0.9
8+
github.com/darkweak/storages/etcd v0.0.9
99
)
1010

1111
require (

etcd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.1
55
replace github.com/darkweak/storages/core => ../core
66

77
require (
8-
github.com/darkweak/storages/core v0.0.8
8+
github.com/darkweak/storages/core v0.0.9
99
github.com/pierrec/lz4/v4 v4.1.21
1010
go.etcd.io/etcd/client/v3 v3.5.14
1111
go.uber.org/zap v1.27.0

go-redis/caddy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.1
44

55
require (
66
github.com/caddyserver/caddy/v2 v2.8.4
7-
github.com/darkweak/storages/core v0.0.8
8-
github.com/darkweak/storages/go-redis v0.0.8
7+
github.com/darkweak/storages/core v0.0.9
8+
github.com/darkweak/storages/go-redis v0.0.9
99
)
1010

1111
require (

go-redis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.1
55
replace github.com/darkweak/storages/core => ../core
66

77
require (
8-
github.com/darkweak/storages/core v0.0.8
8+
github.com/darkweak/storages/core v0.0.9
99
github.com/pierrec/lz4/v4 v4.1.21
1010
github.com/redis/go-redis/v9 v9.5.4
1111
go.uber.org/zap v1.27.0

nats/caddy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.1
44

55
require (
66
github.com/caddyserver/caddy/v2 v2.8.4
7-
github.com/darkweak/storages/core v0.0.8
8-
github.com/darkweak/storages/nats v0.0.8
7+
github.com/darkweak/storages/core v0.0.9
8+
github.com/darkweak/storages/nats v0.0.9
99
)
1010

1111
require (

nats/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/darkweak/storages/core => ../core
66

77
require (
88
dario.cat/mergo v1.0.0
9-
github.com/darkweak/storages/core v0.0.8
9+
github.com/darkweak/storages/core v0.0.9
1010
github.com/nats-io/nats.go v1.36.0
1111
github.com/pierrec/lz4/v4 v4.1.21
1212
go.uber.org/zap v1.27.0

nuts/caddy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.1
44

55
require (
66
github.com/caddyserver/caddy/v2 v2.8.4
7-
github.com/darkweak/storages/core v0.0.8
8-
github.com/darkweak/storages/nuts v0.0.8
7+
github.com/darkweak/storages/core v0.0.9
8+
github.com/darkweak/storages/nuts v0.0.9
99
)
1010

1111
require (

nuts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/darkweak/storages/core => ../core
66

77
require (
88
dario.cat/mergo v1.0.0
9-
github.com/darkweak/storages/core v0.0.8
9+
github.com/darkweak/storages/core v0.0.9
1010
github.com/nutsdb/nutsdb v1.0.4
1111
github.com/pierrec/lz4/v4 v4.1.21
1212
go.uber.org/zap v1.27.0

0 commit comments

Comments
 (0)