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 | Distribution: Fedora Project |
Version: 1.5.1 | Vendor: Fedora Project |
Release: 14.fc41 | Build date: Thu Jul 18 16:16:47 2024 |
Group: Unspecified | Build host: buildvm-x86-19.iad2.fedoraproject.org |
Size: 4116926 | Source RPM: golang-github-pact-foundation-1.5.1-14.fc41.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.
MIT
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 1.5.1-13 - Rebuild for golang 1.22.0 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 1.5.1-7 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang
/usr/bin/pact /usr/lib/.build-id /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/caaa176f2be9cd1a99f32587a377e4bf5addb1 /usr/share/doc/golang-github-pact-foundation /usr/share/doc/golang-github-pact-foundation/CHANGELOG.md /usr/share/doc/golang-github-pact-foundation/CONTRIBUTING.md /usr/share/doc/golang-github-pact-foundation/README.md /usr/share/doc/golang-github-pact-foundation/RELEASING.md /usr/share/doc/golang-github-pact-foundation/examples /usr/share/doc/golang-github-pact-foundation/examples/.gitignore /usr/share/doc/golang-github-pact-foundation/examples/README.md /usr/share/doc/golang-github-pact-foundation/examples/consumer /usr/share/doc/golang-github-pact-foundation/examples/consumer/goconsumer /usr/share/doc/golang-github-pact-foundation/examples/consumer/goconsumer/client.go /usr/share/doc/golang-github-pact-foundation/examples/consumer/goconsumer/cmd /usr/share/doc/golang-github-pact-foundation/examples/consumer/goconsumer/cmd/web /usr/share/doc/golang-github-pact-foundation/examples/consumer/goconsumer/cmd/web/main.go /usr/share/doc/golang-github-pact-foundation/examples/consumer/goconsumer/login.html /usr/share/doc/golang-github-pact-foundation/examples/consumer/goconsumer/user_service_test.go /usr/share/doc/golang-github-pact-foundation/examples/consumer_test.go /usr/share/doc/golang-github-pact-foundation/examples/customTls /usr/share/doc/golang-github-pact-foundation/examples/customTls/certs /usr/share/doc/golang-github-pact-foundation/examples/customTls/certs/ca.key /usr/share/doc/golang-github-pact-foundation/examples/customTls/certs/ca.pem /usr/share/doc/golang-github-pact-foundation/examples/customTls/certs/server-cert.pem /usr/share/doc/golang-github-pact-foundation/examples/customTls/certs/server-key.pem /usr/share/doc/golang-github-pact-foundation/examples/customTls/self_signed_certificate_test.go /usr/share/doc/golang-github-pact-foundation/examples/gin /usr/share/doc/golang-github-pact-foundation/examples/gin/README.md /usr/share/doc/golang-github-pact-foundation/examples/gin/provider /usr/share/doc/golang-github-pact-foundation/examples/gin/provider/cmd /usr/share/doc/golang-github-pact-foundation/examples/gin/provider/cmd/usersvc /usr/share/doc/golang-github-pact-foundation/examples/gin/provider/cmd/usersvc/main.go /usr/share/doc/golang-github-pact-foundation/examples/gin/provider/user_service.go /usr/share/doc/golang-github-pact-foundation/examples/gin/provider/user_service_test.go /usr/share/doc/golang-github-pact-foundation/examples/httpbin /usr/share/doc/golang-github-pact-foundation/examples/httpbin/httpbin_test.go /usr/share/doc/golang-github-pact-foundation/examples/messages /usr/share/doc/golang-github-pact-foundation/examples/messages/README.md /usr/share/doc/golang-github-pact-foundation/examples/messages/consumer /usr/share/doc/golang-github-pact-foundation/examples/messages/consumer/message_pact_consumer_test.go /usr/share/doc/golang-github-pact-foundation/examples/messages/provider /usr/share/doc/golang-github-pact-foundation/examples/messages/provider/message_pact_provider_test.go /usr/share/doc/golang-github-pact-foundation/examples/messages/types /usr/share/doc/golang-github-pact-foundation/examples/messages/types/types.go /usr/share/doc/golang-github-pact-foundation/examples/mux /usr/share/doc/golang-github-pact-foundation/examples/mux/README.md /usr/share/doc/golang-github-pact-foundation/examples/mux/provider /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/cmd /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/cmd/usersvc /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/cmd/usersvc/main.go /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/reports /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/reports/pacts /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/reports/pacts/help.md /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/user_service.go /usr/share/doc/golang-github-pact-foundation/examples/mux/provider/user_service_test.go /usr/share/doc/golang-github-pact-foundation/examples/pacts /usr/share/doc/golang-github-pact-foundation/examples/pacts/consumer-httpbin.json /usr/share/doc/golang-github-pact-foundation/examples/pacts/consumer-selfsignedtls.json /usr/share/doc/golang-github-pact-foundation/examples/pacts/jmarie-loginprovider.json /usr/share/doc/golang-github-pact-foundation/examples/pacts/myconsumer-myprovider.json /usr/share/doc/golang-github-pact-foundation/examples/pacts/pactgomessageconsumer-pactgomessageprovider.json /usr/share/doc/golang-github-pact-foundation/examples/provider_test.go /usr/share/doc/golang-github-pact-foundation/examples/types /usr/share/doc/golang-github-pact-foundation/examples/types/repository.go /usr/share/doc/golang-github-pact-foundation/examples/types/user_service.go /usr/share/licenses/golang-github-pact-foundation /usr/share/licenses/golang-github-pact-foundation/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 02:54:38 2024