Implementing an HTTP endpoint - deprecated Go packages

Just FYI - the packages used in the Go example below are deprecated.

https://www.chirpstack.io/application-server/integrations/http/

package github.com/golang/protobuf/jsonpb is deprecated: Use the “google.golang.org/protobuf/encoding/protojson” package instead.

package github.com/golang/protobuf/proto is deprecated: Use the “google.golang.org/protobuf/proto” package instead.

That’s because the chirpstack-api Go package is built using the protobuf V1 library. There is a tracking bug for a future update: