Skip to content

Commit e865572

Browse files
committed
update submodules to v0.1.6
1 parent 4a783cc commit e865572

File tree

16 files changed

+24
-18
lines changed

16 files changed

+24
-18
lines changed

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/abema/crema/example
33
go 1.24.9
44

55
require (
6-
github.com/abema/crema v0.1.5
6+
github.com/abema/crema v0.1.6
77
github.com/abema/crema/ext/protobuf v0.1.5
88
github.com/abema/crema/ext/ristretto v0.1.5
99
github.com/abema/crema/ext/rueidis v0.1.5

example/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/abema/crema v0.1.5 h1:M2Rklan1xswr8X+NSG0xfpwW49VvyTtxbOIl3Cj4Aic=
2-
github.com/abema/crema v0.1.5/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1+
github.com/abema/crema v0.1.6 h1:607+JJELuWWjgW7XHWhyw8R2uHMLbnG3rJljxfv+vLA=
2+
github.com/abema/crema v0.1.6/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
33
github.com/abema/crema/ext/protobuf v0.1.5 h1:Zk+8EDdIZnLwQl1CLZCB57UbKNgwrZKTg+deuWz0RR0=
44
github.com/abema/crema/ext/protobuf v0.1.5/go.mod h1:kaDhWNu/stIXVvMTaQXxR33d5ttLLy25s4mnw7X668Q=
55
github.com/abema/crema/ext/ristretto v0.1.5 h1:zKroOhFstfk9AyBy3qUaPkn+wkxQ9uDhdk0eF5UjIRs=

ext/go-json/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/abema/crema/ext/go-json
22

33
go 1.22
44

5-
require github.com/abema/crema v0.1.5
5+
require github.com/abema/crema v0.1.6
66

77
require github.com/goccy/go-json v0.10.5

ext/go-json/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ github.com/abema/crema v0.1.4 h1:HJlEMbDTPo2K8BX2E8Cxn6GNXEsEND1adFEVF+sIjmk=
1414
github.com/abema/crema v0.1.4/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1515
github.com/abema/crema v0.1.5 h1:M2Rklan1xswr8X+NSG0xfpwW49VvyTtxbOIl3Cj4Aic=
1616
github.com/abema/crema v0.1.5/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
17+
github.com/abema/crema v0.1.6 h1:607+JJELuWWjgW7XHWhyw8R2uHMLbnG3rJljxfv+vLA=
18+
github.com/abema/crema v0.1.6/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1719
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
1820
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=

ext/golang-lru/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/abema/crema/ext/golang-lru
22

33
go 1.22
44

5-
require github.com/abema/crema v0.1.5
5+
require github.com/abema/crema v0.1.6
66

77
require github.com/hashicorp/golang-lru/v2 v2.0.7

ext/golang-lru/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ github.com/abema/crema v0.1.4 h1:HJlEMbDTPo2K8BX2E8Cxn6GNXEsEND1adFEVF+sIjmk=
1414
github.com/abema/crema v0.1.4/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1515
github.com/abema/crema v0.1.5 h1:M2Rklan1xswr8X+NSG0xfpwW49VvyTtxbOIl3Cj4Aic=
1616
github.com/abema/crema v0.1.5/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
17+
github.com/abema/crema v0.1.6 h1:607+JJELuWWjgW7XHWhyw8R2uHMLbnG3rJljxfv+vLA=
18+
github.com/abema/crema v0.1.6/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1719
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
1820
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=

ext/gomemcache/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/abema/crema/ext/gomemcache
33
go 1.23
44

55
require (
6-
github.com/abema/crema v0.1.5
6+
github.com/abema/crema v0.1.6
77
github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf
88
)

ext/gomemcache/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ github.com/abema/crema v0.1.4 h1:HJlEMbDTPo2K8BX2E8Cxn6GNXEsEND1adFEVF+sIjmk=
1414
github.com/abema/crema v0.1.4/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1515
github.com/abema/crema v0.1.5 h1:M2Rklan1xswr8X+NSG0xfpwW49VvyTtxbOIl3Cj4Aic=
1616
github.com/abema/crema v0.1.5/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
17+
github.com/abema/crema v0.1.6 h1:607+JJELuWWjgW7XHWhyw8R2uHMLbnG3rJljxfv+vLA=
18+
github.com/abema/crema v0.1.6/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1719
github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf h1:TqhNAT4zKbTdLa62d2HDBFdvgSbIGB3eJE8HqhgiL9I=
1820
github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf/go.mod h1:r5xuitiExdLAJ09PR7vBVENGvp4ZuTBeWTGtxuX3K+c=

ext/protobuf/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/abema/crema/ext/protobuf
22

33
go 1.23
44

5-
require github.com/abema/crema v0.1.5
5+
require github.com/abema/crema v0.1.6
66

77
require google.golang.org/protobuf v1.36.11

ext/protobuf/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/abema/crema v0.1.5 h1:M2Rklan1xswr8X+NSG0xfpwW49VvyTtxbOIl3Cj4Aic=
2-
github.com/abema/crema v0.1.5/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
1+
github.com/abema/crema v0.1.6 h1:607+JJELuWWjgW7XHWhyw8R2uHMLbnG3rJljxfv+vLA=
2+
github.com/abema/crema v0.1.6/go.mod h1:16fUBydoLB69oCMyfaZGJWoK0KAvbHeoVmI+10yeNZg=
33
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
44
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=

0 commit comments

Comments
 (0)