vagrant/internal/pkg
Paul Hinze 8b5d4b8631
Update and address protobuf package deprecations
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
2022-06-08 11:51:19 -05:00
..
circbufsync Add gogo 2022-04-25 12:23:57 -05:00
copy Add gogo 2022-04-25 12:23:57 -05:00
defaults Add gogo 2022-04-25 12:23:57 -05:00
epinject Add gogo 2022-04-25 12:23:57 -05:00
finalcontext Add gogo 2022-04-25 12:23:57 -05:00
flag Add gogo 2022-04-25 12:23:57 -05:00
gatedwriter Add gogo 2022-04-25 12:23:57 -05:00
iosync Add gogo 2022-04-25 12:23:57 -05:00
protowriter Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
signalcontext Add gogo 2022-04-25 12:23:57 -05:00
spinner Add gogo 2022-04-25 12:23:57 -05:00
README.md Add gogo 2022-04-25 12:23:57 -05:00

internal/pkg

This folder contains packages that are not specific to this application. These packages could theoretically be extracted into standalone public packages if they provide utility.