| module github.com/apache/shardingsphere-on-cloud/pitr/agent |
| |
| go 1.20 |
| |
| require ( |
| gitee.com/opengauss/openGauss-connector-go-pq v1.0.4 |
| github.com/dlclark/regexp2 v1.8.0 |
| github.com/gofiber/fiber/v2 v2.42.0 |
| github.com/golang/mock v1.6.0 |
| github.com/joho/godotenv v1.5.1 |
| github.com/onsi/ginkgo/v2 v2.8.0 |
| github.com/onsi/gomega v1.26.0 |
| go.uber.org/zap v1.24.0 |
| ) |
| |
| require ( |
| github.com/andybalholm/brotli v1.0.4 // indirect |
| github.com/go-logr/logr v1.2.3 // indirect |
| github.com/google/go-cmp v0.5.9 // indirect |
| github.com/google/uuid v1.3.0 // indirect |
| github.com/klauspost/compress v1.15.9 // indirect |
| github.com/kr/pretty v0.3.0 // indirect |
| github.com/mattn/go-colorable v0.1.13 // indirect |
| github.com/mattn/go-isatty v0.0.17 // indirect |
| github.com/mattn/go-runewidth v0.0.14 // indirect |
| github.com/philhofer/fwd v1.1.1 // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/rivo/uniseg v0.2.0 // indirect |
| github.com/rogpeppe/go-internal v1.8.0 // indirect |
| github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect |
| github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect |
| github.com/stretchr/testify v1.8.2 // indirect |
| github.com/tinylib/msgp v1.1.6 // indirect |
| github.com/tjfoc/gmsm v1.4.1 // indirect |
| github.com/valyala/bytebufferpool v1.0.0 // indirect |
| github.com/valyala/fasthttp v1.44.0 // indirect |
| github.com/valyala/tcplisten v1.0.0 // indirect |
| go.uber.org/atomic v1.9.0 // indirect |
| go.uber.org/multierr v1.8.0 // indirect |
| golang.org/x/crypto v0.7.0 // indirect |
| golang.org/x/net v0.8.0 // indirect |
| golang.org/x/sys v0.6.0 // indirect |
| golang.org/x/text v0.8.0 // indirect |
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| google.golang.org/protobuf v1.28.1 // indirect |
| gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |