Skip to content

Commit

Permalink
point sql snapshot store to v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hallgren committed Mar 21, 2021
1 parent 22f888f commit a6f5737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion snapshotstore/sql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/hallgren/eventsourcing/snapshotstore/sql
go 1.13

require (
github.com/hallgren/eventsourcing v0.0.16-0.20210319203315-2f601d76830b
github.com/hallgren/eventsourcing v0.0.16
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244
)
2 changes: 2 additions & 0 deletions snapshotstore/sql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ github.com/hallgren/eventsourcing v0.0.14 h1:ffoJtxPBiiZY8Q2Yl7R7ZAXx/f6kJhkBiOr
github.com/hallgren/eventsourcing v0.0.14/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.16-0.20210319203315-2f601d76830b h1:413NqBfWvLlfDghNkhaAqknCnSv+z1PP3/UwbWRVE4Q=
github.com/hallgren/eventsourcing v0.0.16-0.20210319203315-2f601d76830b/go.mod h1:rODloJ0HuAQ4fGafaKciOMA/6vyTuCA01Ht1hyK2EWA=
github.com/hallgren/eventsourcing v0.0.16 h1:mE7FCyvKsjUMUT872wnoEF9RI9hzdp2FXOpQ8HdYK64=
github.com/hallgren/eventsourcing v0.0.16/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=

0 comments on commit a6f5737

Please sign in to comment.