-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 1.07 KB
/
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
module github.com/storage-lock/go-mysql-storage
go 1.19
require (
github.com/go-sql-driver/mysql v1.7.1
github.com/storage-lock/go-sql-based-storage v0.0.0-20230903181730-3e91a672a521
github.com/storage-lock/go-storage v0.0.2
github.com/storage-lock/go-storage-test-helper v0.0.2
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-infrastructure/go-goroutine-id v0.0.0-20230331174358-98b48a64077b // indirect
github.com/golang-infrastructure/go-iterator v0.0.0-20230524171120-56988a9b127c // indirect
github.com/golang-infrastructure/go-pointer v0.0.5 // indirect
github.com/golang-infrastructure/go-reflect-utils v0.0.0-20221130143747-965ef2eb09c3 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/storage-lock/go-events v0.0.3 // indirect
github.com/storage-lock/go-storage-events v0.0.5 // indirect
github.com/storage-lock/go-storage-lock v0.0.3 // indirect
github.com/storage-lock/go-utils v0.0.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)