mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
c9e9311c8e
This PR updates the golang dependencies in the render test to remove the security alerts. The security alerts should not be a worry as its just unit test code.
58 lines
2.5 KiB
Modula-2
58 lines
2.5 KiB
Modula-2
module dragonfly
|
|
|
|
go 1.20
|
|
|
|
require github.com/gruntwork-io/terratest v0.41.11
|
|
|
|
require (
|
|
cloud.google.com/go v0.83.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.40.56 // indirect
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
|
|
github.com/go-logr/logr v0.2.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/googleapis/gnostic v0.4.1 // indirect
|
|
github.com/gruntwork-io/go-commons v0.8.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/pquerna/otp v1.2.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.8.2 // indirect
|
|
github.com/urfave/cli v1.22.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/term v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/api v0.20.6 // indirect
|
|
k8s.io/apimachinery v0.20.6 // indirect
|
|
k8s.io/client-go v0.20.6 // indirect
|
|
k8s.io/klog/v2 v2.4.0 // indirect
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.0.3 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|