28 lines
779 B
Modula-2
28 lines
779 B
Modula-2
module github.com/Dark-Alex-17/dynamodb-dax-benchmarker
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/aws/aws-dax-go v1.2.12
|
|
github.com/aws/aws-sdk-go v1.44.301
|
|
github.com/elastic/go-elasticsearch/v8 v8.8.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/loremipsum.v1 v1.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/antlr/antlr4 v0.0.0-20181218183524-be58ebffde8e // indirect
|
|
github.com/elastic/elastic-transport-go/v8 v8.3.0 // indirect
|
|
github.com/gofrs/uuid v3.3.0+incompatible // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/spf13/cobra v1.7.0
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
)
|