gock VS go-gitlab

Compare gock vs go-gitlab and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
gock go-gitlab
10 3
2,017 2,260
- 1.9%
3.4 9.3
4 months ago 6 days ago
Go Go
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gock

Posts with mentions or reviews of gock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.

go-gitlab

Posts with mentions or reviews of go-gitlab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • Examples of well designed API wrappers?
    1 project | /r/golang | 22 May 2023
    You could take a look at https://github.com/xanzy/go-gitlab
  • Testing calls to external APIs
    3 projects | /r/golang | 9 Dec 2022
    I list my Gitlab projects with https://github.com/xanzy/go-gitlab, and in a test I wrote for the method listing and displaying my projects, I create a mock http server, that responds by returning the json response of a call to the Gitlab API.
  • Utility library, most gopher way for namespaces/packages
    3 projects | /r/golang | 27 Oct 2022
    I took note of other examples like https://github.com/xanzy/go-gitlab/blob/master/gitlab.go which use a similar approach (just with an additional client class). Is that a better approach? Having a "Client" that acts as a wrapper for different tool implementations?

What are some alternatives?

When comparing gock and go-gitlab you can also consider the following projects:

httpmock - HTTP mocking for Golang

gotaskr - A generic task runner for Go

gomock - GoMock is a mocking framework for the Go programming language.

go-vcr - Record and replay your HTTP interactions for fast, deterministic and accurate tests

go-sqlmock - Sql mock driver for golang to test database interactions

govcr - HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing

httpexpect - End-to-end HTTP and REST API testing for Go.

go-txdb - Immutable transaction isolated sql driver for golang

hoverfly - Lightweight service virtualization/ API simulation / API mocking tool for developers and testers

go-localstack - Go Wrapper for using localstack

mockhttp - Mock object for Go http.ResponseWriter

Mmock - Mmock is an HTTP mocking application for testing and fast prototyping