gofakes3/go.mod
2024-07-02 22:16:24 +08:00

22 lines
603 B
Modula-2

module github.com/alist-org/gofakes3
go 1.17
require (
github.com/aws/aws-sdk-go v1.44.124
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.0
golang.org/x/tools v0.2.0
)
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
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)