Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-hashicorp-plugin-devel-1.4.0-5.fc37 RPM for noarch

From Fedora 37 for ppc64le / g

Name: golang-github-hashicorp-plugin-devel Distribution: Fedora Project
Version: 1.4.0 Vendor: Fedora Project
Release: 5.fc37 Build date: Thu Jul 21 11:58:20 2022
Group: Unspecified Build host: buildvm-x86-17.iad2.fedoraproject.org
Size: 324665 Source RPM: golang-github-hashicorp-plugin-1.4.0-5.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/hashicorp/go-plugin
Summary: Go plugin system over rpc
Go-plugin is a Go plugin system over RPC. It is the plugin system that has been
in use by HashiCorp tooling for over 4 years. While initially created for
Packer, it is additionally in use by Terraform, Nomad, and Vault.

While the plugin system is over RPC, it is currently only designed to work over
a local [reliable] network. Plugins over a real network are not supported and
will lead to unexpected behavior.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/hashicorp/go-plugin

Provides

Requires

License

MPLv2.0

Changelog

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Dec 20 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.4.0-1
  - Update to 1.4.0
  - Close: rhbz#1895551
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/share/doc/golang-github-hashicorp-plugin-devel
/usr/share/doc/golang-github-hashicorp-plugin-devel/README.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/docs
/usr/share/doc/golang-github-hashicorp-plugin-devel/docs/README.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/docs/guide-plugin-write-non-go.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/docs/internals.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/.gitignore
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/README.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/commons
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/commons/greeter_interface.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/main.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/plugin
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/plugin/greeter_impl.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/README.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/main.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/plugin-go-grpc
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/plugin-go-grpc/main.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/proto
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/proto/kv.pb.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/proto/kv.proto
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/shared
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/shared/grpc.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/bidirectional/shared/interface.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/.gitignore
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/README.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/main.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-go-grpc
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-go-grpc/main.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-go-netrpc
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-go-netrpc/main.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-python
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-python/kv_pb2.py
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-python/kv_pb2_grpc.py
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/plugin-python/plugin.py
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/proto
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/proto/kv.pb.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/proto/kv.proto
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/shared
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/shared/grpc.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/shared/interface.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/shared/rpc.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/negotiated
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/negotiated/.gitignore
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/negotiated/README.md
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/negotiated/main.go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/negotiated/plugin-go
/usr/share/doc/golang-github-hashicorp-plugin-devel/examples/negotiated/plugin-go/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hashicorp
/usr/share/gocode/src/github.com/hashicorp/go-plugin
/usr/share/gocode/src/github.com/hashicorp/go-plugin/.goipath
/usr/share/gocode/src/github.com/hashicorp/go-plugin/README.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/client.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/client_posix_test.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/client_test.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/discover.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/docs
/usr/share/gocode/src/github.com/hashicorp/go-plugin/docs/README.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/docs/guide-plugin-write-non-go.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/docs/internals.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/error.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/error_test.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/basic
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/basic/README.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/bidirectional
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/bidirectional/README.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/bidirectional/proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/bidirectional/proto/kv.proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/grpc
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/grpc/README.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/grpc/proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/grpc/proto/kv.proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/negotiated
/usr/share/gocode/src/github.com/hashicorp/go-plugin/examples/negotiated/README.md
/usr/share/gocode/src/github.com/hashicorp/go-plugin/go.mod
/usr/share/gocode/src/github.com/hashicorp/go-plugin/grpc_broker.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/grpc_client.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/grpc_client_test.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/grpc_controller.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/grpc_server.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/grpc_stdio.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin/gen.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.pb.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.pb.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin/grpc_stdio.pb.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/internal/plugin/grpc_stdio.proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/log_entry.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/mtls.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/mux_broker.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/plugin.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/plugin_test.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/process.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/process_posix.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/process_windows.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/protocol.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/rpc_client.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/rpc_client_test.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/rpc_server.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/server.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/server_mux.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/server_test.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/stream.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/test
/usr/share/gocode/src/github.com/hashicorp/go-plugin/test/grpc
/usr/share/gocode/src/github.com/hashicorp/go-plugin/test/grpc/gen.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/test/grpc/test.pb.go
/usr/share/gocode/src/github.com/hashicorp/go-plugin/test/grpc/test.proto
/usr/share/gocode/src/github.com/hashicorp/go-plugin/testing.go
/usr/share/licenses/golang-github-hashicorp-plugin-devel
/usr/share/licenses/golang-github-hashicorp-plugin-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024