-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: run 'go mod tidy' to update deps
PASSES='fmt bom dep' ./test auth/store.go:35:2: missing go.sum entry for module providing package golang.org/x/crypto/bcrypt (imported by go.etcd.io/etcd/auth); to add: go get go.etcd.io/etcd/auth /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/github.com/grpc-ecosystem/[email protected]/client_metrics.go:7:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by go.etcd.io/etcd/etcdserver/etcdserverpb); to add: go get go.etcd.io/etcd/etcdserver/etcdserverpb /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/google.golang.org/[email protected]/internal/transport/controlbuf.go:28:2: missing go.sum entry for module providing package golang.org/x/net/http2 (imported by go.etcd.io/etcd/proxy/httpproxy); to add: go get go.etcd.io/etcd/proxy/httpproxy /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/google.golang.org/[email protected]/internal/transport/controlbuf.go:29:2: missing go.sum entry for module providing package golang.org/x/net/http2/hpack (imported by github.com/soheilhy/cmux); to add: go get github.com/soheilhy/[email protected] /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/google.golang.org/[email protected]/server.go:36:2: missing go.sum entry for module providing package golang.org/x/net/trace (imported by go.etcd.io/etcd/embed); to add: go get go.etcd.io/etcd/embed
- Loading branch information
Bogdan Kanivets
committed
Jun 17, 2022
1 parent
5e64f37
commit ff89836
Showing
2 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters