8762628481
also fix sql tables prefix handling and add the sql prefix to CI Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
26 lines
956 B
Modula-2
26 lines
956 B
Modula-2
module github.com/drakkan/sftpgo/tests/eventsearcher
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/hashicorp/go-plugin v1.4.4
|
|
github.com/sftpgo/sdk v0.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/hashicorp/go-hclog v1.2.1 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
golang.org/x/net v0.0.0-20220622184535-263ec571b305 // indirect
|
|
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220623142657-077d458a5694 // indirect
|
|
google.golang.org/grpc v1.47.0 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|