Skip to content

Commit

Permalink
point submodules to eventsourcing v0.0.20 and update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hallgren committed May 3, 2022
1 parent 2220b9d commit 20fd69d
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eventstore/bbolt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/hallgren/eventsourcing/eventstore/bbolt
go 1.13

require (
github.com/hallgren/eventsourcing v0.0.19
github.com/hallgren/eventsourcing v0.0.20
go.etcd.io/bbolt v1.3.6
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
)

//replace github.com/hallgren/eventsourcing => ../..
4 changes: 4 additions & 0 deletions eventstore/bbolt/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ github.com/hallgren/eventsourcing v0.0.19-0.20220118202610-aedede509961 h1:HZDx+
github.com/hallgren/eventsourcing v0.0.19-0.20220118202610-aedede509961/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.19 h1:qTLeJrqCqB4AJ4FaSLUQzLR5+pw/4Gy8GnWPWeRzwAM=
github.com/hallgren/eventsourcing v0.0.19/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.20 h1:raHULAxybr6fnqDBAjVwWd1Qpo1R6+pGUulAUBR99gA=
github.com/hallgren/eventsourcing v0.0.20/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
go.etcd.io/bbolt v1.3.4 h1:hi1bXHMVrlQh6WwxAy+qZCV/SYIlqo+Ushwdpa4tAKg=
go.etcd.io/bbolt v1.3.4/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ=
go.etcd.io/bbolt v1.3.5 h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=
Expand All @@ -51,3 +53,5 @@ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+R
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 h1:y/woIyUBFbpQGKS0u1aHF/40WUDnek3fPOyD08H5Vng=
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 h1:nonptSpoQ4vQjyraW20DXPAglgQfVnM9ZC6MmNLMR60=
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
6 changes: 5 additions & 1 deletion eventstore/esdb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ go 1.16

require (
github.com/EventStore/EventStore-Client-Go v1.0.2
github.com/hallgren/eventsourcing v0.0.19
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/hallgren/eventsourcing v0.0.20
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
)

//replace github.com/hallgren/eventsourcing => ../..
53 changes: 53 additions & 0 deletions eventstore/esdb/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion eventstore/sql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hallgren/eventsourcing/eventstore/sql
go 1.13

require (
github.com/hallgren/eventsourcing v0.0.19
github.com/hallgren/eventsourcing v0.0.20
github.com/proullon/ramsql v0.0.0-20211120092837-c8d0a408b939
)

Expand Down
2 changes: 2 additions & 0 deletions eventstore/sql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ github.com/hallgren/eventsourcing v0.0.19-0.20220118202610-aedede509961 h1:HZDx+
github.com/hallgren/eventsourcing v0.0.19-0.20220118202610-aedede509961/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.19 h1:qTLeJrqCqB4AJ4FaSLUQzLR5+pw/4Gy8GnWPWeRzwAM=
github.com/hallgren/eventsourcing v0.0.19/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.20 h1:raHULAxybr6fnqDBAjVwWd1Qpo1R6+pGUulAUBR99gA=
github.com/hallgren/eventsourcing v0.0.20/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244 h1:fdX2U+a2Rmc4BjRYcOKzjYXtYTE4ga1B2lb8i7BlefU=
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244/go.mod h1:jG8oAQG0ZPHPyxg5QlMERS31airDC+ZuqiAe8DUvFVo=
Expand Down
2 changes: 1 addition & 1 deletion snapshotstore/sql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hallgren/eventsourcing/snapshotstore/sql
go 1.13

require (
github.com/hallgren/eventsourcing v0.0.19
github.com/hallgren/eventsourcing v0.0.20
github.com/proullon/ramsql v0.0.0-20211120092837-c8d0a408b939
)

Expand Down
2 changes: 2 additions & 0 deletions snapshotstore/sql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ github.com/hallgren/eventsourcing v0.0.19-0.20220118202610-aedede509961 h1:HZDx+
github.com/hallgren/eventsourcing v0.0.19-0.20220118202610-aedede509961/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.19 h1:qTLeJrqCqB4AJ4FaSLUQzLR5+pw/4Gy8GnWPWeRzwAM=
github.com/hallgren/eventsourcing v0.0.19/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.20 h1:raHULAxybr6fnqDBAjVwWd1Qpo1R6+pGUulAUBR99gA=
github.com/hallgren/eventsourcing v0.0.20/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244 h1:fdX2U+a2Rmc4BjRYcOKzjYXtYTE4ga1B2lb8i7BlefU=
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244/go.mod h1:jG8oAQG0ZPHPyxg5QlMERS31airDC+ZuqiAe8DUvFVo=
Expand Down

0 comments on commit 20fd69d

Please sign in to comment.