-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
25 lines (21 loc) · 787 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/jrhy/mast
go 1.22.0
toolchain go1.22.4
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/hashicorp/golang-lru v1.0.2
github.com/johannesboyne/gofakes3 v0.0.0-20240930195952-2db7ccb81e19
github.com/leanovate/gopter v0.2.11
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/stretchr/testify v1.10.0
google.golang.org/protobuf v1.36.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
golang.org/x/tools v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)