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

golang-github-pact-foundation-1.5.1-13.fc40 RPM for s390x

From Fedora Rawhide for s390x / g

Name: golang-github-pact-foundation Distribution: Fedora Project
Version: 1.5.1 Vendor: Fedora Project
Release: 13.fc40 Build date: Sun Feb 11 23:51:59 2024
Group: Unspecified Build host: buildvm-s390x-19.s390.fedoraproject.org
Size: 4467654 Source RPM: golang-github-pact-foundation-1.5.1-13.fc40.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.

Provides

Requires

License

MIT

Changelog

* 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
* Sun Jun 19 2022 Robert-André Mauchin <zebob.m@gmail.com> - 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 <me@fale.io> - 1.5.1-5
  - Rebuilt for CVE-2022-27191

Files

/usr/bin/pact
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/9c952a1c84b9ff7595f3ada3cd4aa3ccf4f80f
/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, Wed May 1 02:28:23 2024