opentofu/internal/backend/remote-state
Kevin Burke c047958b57 go.mod,backend: update coreos/etcd dependency to release-3.4 branch
etcd rewrote its import path from coreos/etcd to go.etcd.io/etcd.
Changed the imports path in this commit, which also updates the code
version.

This lets us remove the github.com/ugorji/go/codec dependency, which
was pinned to a fairly old version. The net change is a loss of 30,000
lines of code in the vendor directory. (I first noticed this problem
because the outdated go/codec dependency was causing a dependency
failure when I tried to put Terraform and another project in the same
vendor directory.)

Note the version shows up funkily in go.mod, but I verified
visually it's the same commit as the "release-3.4" tag in
github.com/coreos/etcd. The etcd team plans to fix the release version
tagging in v3.5, which should be released soon.
2021-07-20 12:27:22 -04:00
..
artifactory Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
azure Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
consul Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
cos Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
etcdv2 go.mod,backend: update coreos/etcd dependency to release-3.4 branch 2021-07-20 12:27:22 -04:00
etcdv3 go.mod,backend: update coreos/etcd dependency to release-3.4 branch 2021-07-20 12:27:22 -04:00
gcs Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
http Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
inmem Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
kubernetes Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
manta Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
oss Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
pg Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
s3 Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
swift Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00