go.mod (etcd-3.5.6) | : | go.mod (etcd-3.5.7) | ||
---|---|---|---|---|
module go.etcd.io/etcd/raft/v3 | module go.etcd.io/etcd/raft/v3 | |||
go 1.16 | go 1.17 | |||
require ( | require ( | |||
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indire ct | ||||
github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 | github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 | |||
github.com/gogo/protobuf v1.3.2 | github.com/gogo/protobuf v1.3.2 | |||
github.com/golang/protobuf v1.5.2 | github.com/golang/protobuf v1.5.2 | |||
go.etcd.io/etcd/client/pkg/v3 v3.5.7 | ||||
) | ||||
require ( | ||||
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indire | ||||
ct | ||||
github.com/cockroachdb/errors v1.2.4 // indirect | ||||
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indi | ||||
rect | ||||
github.com/getsentry/raven-go v0.2.0 // indirect | ||||
github.com/pkg/errors v0.9.1 // indirect | github.com/pkg/errors v0.9.1 // indirect | |||
go.etcd.io/etcd/client/pkg/v3 v3.5.6 | github.com/pmezard/go-difflib v1.0.0 // indirect | |||
google.golang.org/protobuf v1.26.0 // indirect | ||||
) | ) | |||
// Bad imports are sometimes causing attempts to pull that code. | // Bad imports are sometimes causing attempts to pull that code. | |||
// This makes the error more explicit. | // This makes the error more explicit. | |||
replace go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY | replace go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY | |||
replace go.etcd.io/etcd/v3 => ./FORBIDDEN_DEPENDENCY | replace go.etcd.io/etcd/v3 => ./FORBIDDEN_DEPENDENCY | |||
replace go.etcd.io/etcd/client/pkg/v3 => ../client/pkg | replace go.etcd.io/etcd/client/pkg/v3 => ../client/pkg | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 13 lines changed or added |