guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8097283c89735251a9f92e0fb8225b1c39cf8120
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:38 2026 -0600
Revert "gnu: Add go-github-com-matryer-moq."
This reverts commit a045f91c9e545cb7de7521da458a9898c62792b2.
Change-Id: I2cc44b347da74a0cc5c7f4f59ff0b3a079d7f242
---
gnu/packages/golang-check.scm | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 31973f5dd6..b77ef6efdc 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -27,7 +27,6 @@
;;; Copyright © 2024 Roman Scherer <[email protected]>
;;; Copyright © 2025 Maxim Cournoyer <[email protected]>
;;; Copyright © 2025 Patrick Norton <[email protected]>
-;;; Copyright © 2026 Arun Isaac <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3071,37 +3070,6 @@ the end of a test.")
built-in @code{testing} package, but can be used in other contexts too.")
(license license:asl2.0)))
-(define-public go-github-com-matryer-moq
- (package
- (name "go-github-com-matryer-moq")
- (version "0.6.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/matryer/moq")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0s2ls1wkqapdqw4yjlbwbyp25c3iwi4pp706qlxapds5sx1izq5x"))))
- (build-system go-build-system)
- (arguments
- (list #:go go-1.25
- #:import-path "github.com/matryer/moq"
- ;; Disable failing tests.
- #:test-flags #~(list "-skip"
- (string-join (list
"TestGoGenerateVendoredPackages"
- "TestMockGolden/TypeAlias"
- "TestModulesNestedPackage")
- "|"))))
- (propagated-inputs (list go-github-com-pmezard-go-difflib
- go-golang-org-x-tools))
- (home-page "https://github.com/matryer/moq")
- (synopsis "Interface mocking tool for @command{go generate}")
- (description "Moq is a tool that generates a struct from any
-interface. The struct can be used in test code as a mock of the interface.")
- (license license:expat)))
-
(define-public go-golang-org-x-lint
(package
(name "go-golang-org-x-lint")