-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 971 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
module github.com/storage-lock/go-storage-lock
go 1.19
require (
github.com/golang-infrastructure/go-goroutine-id v0.0.0-20230917075314-f1af231c0b06
github.com/storage-lock/go-events v0.0.3
github.com/storage-lock/go-storage v0.0.2
github.com/storage-lock/go-storage-events v0.0.5
github.com/storage-lock/go-utils 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-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/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)