diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 10:57:06 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 11:58:56 +0100 |
| commit | a2eaf5b7df293fc8886ffd0da1b8a676a8e8e816 (patch) | |
| tree | 5fed9b1f3d73d8cd31b34a382477cefa3839e7ad /gnu/packages/golang-web.scm | |
| parent | 706664c8cd3399f79074e82f849f16f0799c4859 (diff) | |
gnu: Add go-github-com-igungor-gofakes3.
* gnu/packages/golang-web.scm (go-github-com-igungor-gofakes3): New variable.
Change-Id: I1dc7855655d0fee7eee87c748c18f0f70a2ed30b
Diffstat (limited to 'gnu/packages/golang-web.scm')
| -rw-r--r-- | gnu/packages/golang-web.scm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index dbc44bfa05c..4bce3ef2208 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -8666,6 +8666,40 @@ protocol) - used to discover UPnP services on a network by the IBM Cloud @code{OpenAPI} SDK Generator (openapi-sdkgen).") (license license:asl2.0))) +(define-public go-github-com-igungor-gofakes3 + (package + (name "go-github-com-igungor-gofakes3") + (version "0.0.18") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/igungor/gofakes3") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "136wvgz8d1982ns3vqqlvk3r7cbns7b0givwcrala562sd87yqka")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/igungor/gofakes3")) + (propagated-inputs + (list go-github-com-aws-aws-sdk-go + go-github-com-ryszard-goskiplist + go-github-com-shabbyrobe-gocovmerge + go-github-com-spf13-afero + go-go-etcd-io-bbolt + go-golang-org-x-tools + go-gopkg-in-mgo-v2)) + (home-page "https://github.com/igungor/gofakes3") + (synopsis "Simple fake AWS S3 object storage") + (description + "AWS S3 fake server and testing library for extensive S3 test integrations. +Either by running a test-server, e.g. for testing of AWS Lambda functions +accessing S3. Or, to have a simple and convencience S3 mock- and test-server. +It's an alternative fork of @url{https://github.com/johannesboyne/gofakes3}.") + (license license:expat))) + (define-public go-github-com-inetaf-tcpproxy (package (name "go-github-com-inetaf-tcpproxy") |
