proxy/go.mod
2023-01-25 14:03:37 +03:00

32 lines
1.1 KiB
Modula-2

module git.fg-tech.ru/listware/proxy
go 1.19
require (
git.fg-tech.ru/listware/cmdb v0.1.0
git.fg-tech.ru/listware/go-core v0.1.0
git.fg-tech.ru/listware/proto v0.1.1
github.com/gorilla/mux v1.8.0
github.com/urfave/cli/v2 v2.24.1
go.uber.org/zap v1.24.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/apache/flink-statefun/statefun-sdk-go/v3 v3.2.0 // indirect
github.com/arangodb/go-driver v1.4.1 // indirect
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
google.golang.org/grpc v1.52.1 // indirect
)