Skip to content

Commit

Permalink
fix(deps): update module github.com/migueleliasweb/go-github-mock to …
Browse files Browse the repository at this point in the history
…v0.0.16 (#775)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/migueleliasweb/go-github-mock](https://togithub.com/migueleliasweb/go-github-mock)
| require | patch | `v0.0.13` -> `v0.0.16` |

---

### Release Notes

<details>
<summary>migueleliasweb/go-github-mock</summary>

###
[`v0.0.16`](https://togithub.com/migueleliasweb/go-github-mock/releases/tag/v0.0.16)

[Compare
Source](https://togithub.com/migueleliasweb/go-github-mock/compare/v0.0.15...v0.0.16)

#### What's Changed

- fix: allow label requests with slashes by
[@&#8203;raffis](https://togithub.com/raffis) in
[migueleliasweb/go-github-mock#44
- Update GH definitions by
[@&#8203;migueleliasweb](https://togithub.com/migueleliasweb) in
[migueleliasweb/go-github-mock#46

#### New Contributors

- [@&#8203;raffis](https://togithub.com/raffis) made their first
contribution in
[migueleliasweb/go-github-mock#44

**Full Changelog**:
migueleliasweb/go-github-mock@v0.0.15...v0.0.16

###
[`v0.0.15`](https://togithub.com/migueleliasweb/go-github-mock/releases/tag/v0.0.15)

[Compare
Source](https://togithub.com/migueleliasweb/go-github-mock/compare/v0.0.14...v0.0.15)

#### What's Changed

- Fix default error formatting for mocked responses by
[@&#8203;migueleliasweb](https://togithub.com/migueleliasweb) in
[migueleliasweb/go-github-mock#45

**Full Changelog**:
migueleliasweb/go-github-mock@v0.0.14...v0.0.15

###
[`v0.0.14`](https://togithub.com/migueleliasweb/go-github-mock/releases/tag/v0.0.14)

[Compare
Source](https://togithub.com/migueleliasweb/go-github-mock/compare/v0.0.13...v0.0.14)

#### What's Changed

- Update GH definitions by
[@&#8203;migueleliasweb](https://togithub.com/migueleliasweb) in
[migueleliasweb/go-github-mock#42

**Full Changelog**:
migueleliasweb/go-github-mock@v0.0.13...v0.0.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/mergestat/mergestat).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
  • Loading branch information
patrickdevivo committed Feb 21, 2023
2 parents 0a57352 + aa10762 commit 620ea1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ require (
)

require (
github.com/google/go-github/v50 v50.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
Expand Down Expand Up @@ -76,7 +77,7 @@ require (
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mergestat/timediff v0.0.3 // indirect
github.com/migueleliasweb/go-github-mock v0.0.13
github.com/migueleliasweb/go-github-mock v0.0.16
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.3.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ github.com/google/go-github/v41 v41.0.0 h1:HseJrM2JFf2vfiZJ8anY2hqBjdfY1Vlj/K27u
github.com/google/go-github/v41 v41.0.0/go.mod h1:XgmCA5H323A9rtgExdTcnDkcqp6S30AVACCBDOonIxg=
github.com/google/go-github/v47 v47.1.0 h1:Cacm/WxQBOa9lF0FT0EMjZ2BWMetQ1TQfyurn4yF1z8=
github.com/google/go-github/v47 v47.1.0/go.mod h1:VPZBXNbFSJGjyjFRUKo9vZGawTajnWzC/YjGw/oFKi0=
github.com/google/go-github/v50 v50.0.0 h1:gdO1AeuSZZK4iYWwVbjni7zg8PIQhp7QfmPunr016Jk=
github.com/google/go-github/v50 v50.0.0/go.mod h1:Ev4Tre8QoKiolvbpOSG3FIi4Mlon3S2Nt9W5JYqKiwA=
github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
Expand Down Expand Up @@ -925,6 +927,8 @@ github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3N
github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
github.com/migueleliasweb/go-github-mock v0.0.13 h1:pV4yG4XlL/fEPE1Er6MzErAYFyiRSBYw1oo2OojTiCQ=
github.com/migueleliasweb/go-github-mock v0.0.13/go.mod h1:mD5w+9J3oBBMLr7uD6owEYlYBAL8tZd+BA7iGjI4EU8=
github.com/migueleliasweb/go-github-mock v0.0.16 h1:iEx6iqYASRJVoEO5eMOYpQZFTc00cZ6ysynOArUKM3A=
github.com/migueleliasweb/go-github-mock v0.0.16/go.mod h1:CjrgPd8s5sf5g3XSESAQqxufae+PZbgM/F317C3uD7g=
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible/go.mod h1:8AuVvqP/mXw1px98n46wfvcGfQ4ci2FwoAjKYxuo3Z4=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
Expand Down

0 comments on commit 620ea1e

Please sign in to comment.