mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-22 01:11:43 -05:00
These changes address the following warning showing up on `go get`
operations:
go: module github.com/golang/protobuf is deprecated: Use the
"google.golang.org/protobuf" module instead.
All changes are made using the recommendations in the per-function
deprecation notices from the docs at
https://pkg.go.dev/github.com/golang/protobuf/ptypes
|
||
|---|---|---|
| .. | ||
| application.go | ||
| basis.go | ||
| component.go | ||
| job.go | ||
| job_test.go | ||
| project.go | ||
| runner.go | ||
| server_config.go | ||
| server_config_test.go | ||
| target.go | ||