معرفی شرکت ها


golang-github-pact-foundation-devel-1.5.1-9.fc38.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Contract testing framework for HTTP APIs and non-HTTP messaging systems for Go
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything noarch
نام بسته golang-github-pact-foundation-devel
نام فایل بسته golang-github-pact-foundation-devel-1.5.1-9.fc38.noarch.rpm
نسخه بسته 1.5.1
انتشار بسته 9.fc38
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 19 Jan 2023 12
هاست سازنده buildvm-x86-05.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/pact-foundation/pact-go
مجوز MIT
حجم دانلود 126K
حجم نصب 543.426K
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


نیازمندی

مقدار نام
- go-filesystem
- golang(github.com/hashicorp/go-version)
- golang(github.com/hashicorp/logutils)
- golang(github.com/spf13/cobra)


ارائه دهنده

مقدار نام
= 1.5.1-9.fc38 golang(github.com/pact-foundation/pact-go/client)
= 1.5.1-9.fc38 golang(github.com/pact-foundation/pact-go/command)
= 1.5.1-9.fc38 golang(github.com/pact-foundation/pact-go/dsl)
= 1.5.1-9.fc38 golang(github.com/pact-foundation/pact-go/install)
= 1.5.1-9.fc38 golang(github.com/pact-foundation/pact-go/proxy)
= 1.5.1-9.fc38 golang(github.com/pact-foundation/pact-go/types)
= 1.5.1-9.fc38 golang(github.com/pact-foundation/pact-go/utils)
= 1.5.1-9.fc38 golang-github-pact-foundation-devel
= 1.5.1-9.fc38 golang-ipath(github.com/pact-foundation/pact-go)


نحوه نصب


نصب پکیج rpm golang-github-pact-foundation-devel:

    dnf install golang-github-pact-foundation-devel-1.5.1-9.fc38.noarch.rpm


فایل ها

مسیرها
/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
... and 106 more


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-07-19

Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in

2022-06-19

Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
2022-29526, CVE-2022-30629

2022-04-16

Rebuilt for CVE-2022-27191

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild