diff --git a/go.mod b/go.mod index dd78c45..befa126 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,26 @@ require ( github.com/pjoc-team/etcd-config v0.0.4 github.com/pjoc-team/pay-proto v0.2.7 github.com/pkg/errors v0.8.0 - - golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 // indirect google.golang.org/grpc v1.16.0 ) + +require ( + github.com/coreos/etcd v3.3.10+incompatible // indirect + github.com/etcd-io/etcd v3.3.10+incompatible // indirect + github.com/fatih/structs v1.1.0 // indirect + github.com/gogo/protobuf v1.1.1 // indirect + github.com/golang/protobuf v1.2.0 // indirect + github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect + github.com/grpc-ecosystem/grpc-gateway v1.5.1 // indirect + github.com/konsorten/go-windows-terminal-sequences v0.0.0-20180402223658-b729f2633dfe // indirect + github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007 // indirect + github.com/sirupsen/logrus v1.1.1 // indirect + golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 // indirect + golang.org/x/net v0.7.0 // indirect + golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect + golang.org/x/sys v0.5.0 // indirect + golang.org/x/text v0.7.0 // indirect + google.golang.org/genproto v0.0.0-20180925191851-0e822944c569 // indirect + gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect + gopkg.in/yaml.v2 v2.2.1 // indirect +)