-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 892 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/go-mixins/eventsource
go 1.21
require (
github.com/andviro/go-events v0.0.1
github.com/carlmjohnson/versioninfo v0.22.4
github.com/go-mixins/gorm/v4 v4.1.0
github.com/go-mixins/log/v2 v2.1.0
github.com/rs/xid v1.5.0
gorm.io/datatypes v1.2.0
gorm.io/driver/sqlite v1.5.2
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
)
require (
github.com/go-gormigrate/gormigrate/v2 v2.1.0 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/imkira/go-observer/v2 v2.0.0-20220914100105-7307ba097553 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/oleiade/reflections v1.0.1 // indirect
gorm.io/driver/mysql v1.5.1 // indirect
)