Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-pact-foundation-devel | Distribution: Fedora Project |
Version: 1.5.1 | Vendor: Fedora Project |
Release: 10.fc39 | Build date: Thu Jul 20 05:25:21 2023 |
Group: Unspecified | Build host: buildvm-x86-12.iad2.fedoraproject.org |
Size: 556469 | Source RPM: golang-github-pact-foundation-1.5.1-10.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/pact-foundation/pact-go | |
Summary: Contract testing framework for HTTP APIs and non-HTTP messaging systems for Go |
Pact Go enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/pact-foundation/pact-go
MIT
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.5.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.5.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Maxwell G <[email protected]> - 1.5.1-7 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang * Sun Jun 19 2022 Robert-André Mauchin <[email protected]> - 1.5.1-6 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Sat Apr 16 2022 Fabio Alessandro Locati <[email protected]> - 1.5.1-5 - Rebuilt for CVE-2022-27191 * Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/share/doc/golang-github-pact-foundation-devel /usr/share/doc/golang-github-pact-foundation-devel/CHANGELOG.md /usr/share/doc/golang-github-pact-foundation-devel/CONTRIBUTING.md /usr/share/doc/golang-github-pact-foundation-devel/README.md /usr/share/doc/golang-github-pact-foundation-devel/RELEASING.md /usr/share/doc/golang-github-pact-foundation-devel/examples /usr/share/doc/golang-github-pact-foundation-devel/examples/.gitignore /usr/share/doc/golang-github-pact-foundation-devel/examples/README.md /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer/goconsumer /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer/goconsumer/client.go /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer/goconsumer/cmd /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer/goconsumer/cmd/web /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer/goconsumer/cmd/web/main.go /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer/goconsumer/login.html /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer/goconsumer/user_service_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/consumer_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/customTls /usr/share/doc/golang-github-pact-foundation-devel/examples/customTls/certs /usr/share/doc/golang-github-pact-foundation-devel/examples/customTls/certs/ca.key /usr/share/doc/golang-github-pact-foundation-devel/examples/customTls/certs/ca.pem /usr/share/doc/golang-github-pact-foundation-devel/examples/customTls/certs/server-cert.pem /usr/share/doc/golang-github-pact-foundation-devel/examples/customTls/certs/server-key.pem /usr/share/doc/golang-github-pact-foundation-devel/examples/customTls/self_signed_certificate_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/gin /usr/share/doc/golang-github-pact-foundation-devel/examples/gin/README.md /usr/share/doc/golang-github-pact-foundation-devel/examples/gin/provider /usr/share/doc/golang-github-pact-foundation-devel/examples/gin/provider/cmd /usr/share/doc/golang-github-pact-foundation-devel/examples/gin/provider/cmd/usersvc /usr/share/doc/golang-github-pact-foundation-devel/examples/gin/provider/cmd/usersvc/main.go /usr/share/doc/golang-github-pact-foundation-devel/examples/gin/provider/user_service.go /usr/share/doc/golang-github-pact-foundation-devel/examples/gin/provider/user_service_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/httpbin /usr/share/doc/golang-github-pact-foundation-devel/examples/httpbin/httpbin_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/messages /usr/share/doc/golang-github-pact-foundation-devel/examples/messages/README.md /usr/share/doc/golang-github-pact-foundation-devel/examples/messages/consumer /usr/share/doc/golang-github-pact-foundation-devel/examples/messages/consumer/message_pact_consumer_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/messages/provider /usr/share/doc/golang-github-pact-foundation-devel/examples/messages/provider/message_pact_provider_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/messages/types /usr/share/doc/golang-github-pact-foundation-devel/examples/messages/types/types.go /usr/share/doc/golang-github-pact-foundation-devel/examples/mux /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/README.md /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/cmd /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/cmd/usersvc /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/cmd/usersvc/main.go /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/reports /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/reports/pacts /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/reports/pacts/help.md /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/user_service.go /usr/share/doc/golang-github-pact-foundation-devel/examples/mux/provider/user_service_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/pacts /usr/share/doc/golang-github-pact-foundation-devel/examples/pacts/consumer-httpbin.json /usr/share/doc/golang-github-pact-foundation-devel/examples/pacts/consumer-selfsignedtls.json /usr/share/doc/golang-github-pact-foundation-devel/examples/pacts/jmarie-loginprovider.json /usr/share/doc/golang-github-pact-foundation-devel/examples/pacts/myconsumer-myprovider.json /usr/share/doc/golang-github-pact-foundation-devel/examples/pacts/pactgomessageconsumer-pactgomessageprovider.json /usr/share/doc/golang-github-pact-foundation-devel/examples/provider_test.go /usr/share/doc/golang-github-pact-foundation-devel/examples/types /usr/share/doc/golang-github-pact-foundation-devel/examples/types/repository.go /usr/share/doc/golang-github-pact-foundation-devel/examples/types/user_service.go /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/pact-foundation /usr/share/gocode/src/github.com/pact-foundation/pact-go /usr/share/gocode/src/github.com/pact-foundation/pact-go/.goipath /usr/share/gocode/src/github.com/pact-foundation/pact-go/CHANGELOG.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/CODE_OF_CONDUCT.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/CONTRIBUTING.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/README.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/RELEASING.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/TROUBLESHOOTING.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/client /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/message_service.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/message_service_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/mock_service.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/mock_service_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/publish_service.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/service.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/service_manager.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/service_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/verification_service.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/client/verification_service_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/command /usr/share/gocode/src/github.com/pact-foundation/pact-go/command/install.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/command/root.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/command/root_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/command/version.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/command/version_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/doc.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/broker_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/client.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/client_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/interaction.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/interaction_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/matcher.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/matcher_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/message.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/message_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/mock_client.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/mock_service.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/mock_service_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/pact.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/pact_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/publish.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/publish_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/request.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/request_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/response.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/service_mock.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/verify_mesage_request.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/dsl/verify_mesage_request_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/README.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/gin /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/gin/README.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/messages /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/messages/README.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/mux /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/mux/README.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/mux/provider /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/mux/provider/reports /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/mux/provider/reports/pacts /usr/share/gocode/src/github.com/pact-foundation/pact-go/examples/mux/provider/reports/pacts/help.md /usr/share/gocode/src/github.com/pact-foundation/pact-go/go.mod /usr/share/gocode/src/github.com/pact-foundation/pact-go/install /usr/share/gocode/src/github.com/pact-foundation/pact-go/install/installer.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/install/installer_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/main.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/proxy /usr/share/gocode/src/github.com/pact-foundation/pact-go/proxy/http.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/proxy/http_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/command_response.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/consumer_version_selector.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/consumer_version_selector_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/handler.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/mock_server.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/pact_message_request.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/pact_message_request_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/pact_reification_request.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/pact_reification_request_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/provider_state.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/provider_verifier_response.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/publish_request.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/publish_request_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/reification_response.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/verify_request.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/types/verify_request_test.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/utils /usr/share/gocode/src/github.com/pact-foundation/pact-go/utils/port.go /usr/share/gocode/src/github.com/pact-foundation/pact-go/utils/port_test.go /usr/share/licenses/golang-github-pact-foundation-devel /usr/share/licenses/golang-github-pact-foundation-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 21:55:09 2024