-
- Downloads
fix go mod
| ... | ... | @@ -8,10 +8,12 @@ require ( |
| github.com/golang/protobuf v1.5.2 | ||
| github.com/gosimple/slug v1.13.1 | ||
| github.com/hashicorp/go-multierror v1.1.1 | ||
| github.com/hashicorp/golang-lru v0.5.4 | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/rs/xid v1.4.0 | ||
| github.com/stretchr/testify v1.8.0 | ||
| go.mongodb.org/mongo-driver v1.11.4 | ||
| go.uber.org/zap v1.19.1 | ||
| golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d | ||
| golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 | ||
| google.golang.org/grpc v1.45.0 | ||
| ... | ... | @@ -28,6 +30,8 @@ require ( |
| github.com/hashicorp/errwrap v1.0.0 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/stretchr/objx v0.4.0 // indirect | ||
| go.uber.org/atomic v1.9.0 // indirect | ||
| go.uber.org/multierr v1.7.0 // indirect | ||
| golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect | ||
| golang.org/x/text v0.3.7 // indirect | ||
| google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect | ||
| ... | ... |
Please register or sign in to comment
