Skip to content

Commit

Permalink
Bump mock
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuan committed Feb 3, 2024
1 parent 309efe8 commit 90a300e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dhuan/wikicmd
go 1.18

require (
github.com/dhuan/mock v1.3.0
github.com/dhuan/mock v1.3.1
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ github.com/dhuan/mock v1.2.0 h1:YnDq2m4Gr8azmGNL6IldmwE5vliuBdyQJW/CGknHza0=
github.com/dhuan/mock v1.2.0/go.mod h1:dBD7cLanAMe0jszG46dwNq2Gvy7dQf0y439Cc0TAMbk=
github.com/dhuan/mock v1.3.0 h1:IsdhjNGbPaRMhUDQ8J3tL9dDu1edIKjOsDfyMNQPMjQ=
github.com/dhuan/mock v1.3.0/go.mod h1:dBD7cLanAMe0jszG46dwNq2Gvy7dQf0y439Cc0TAMbk=
github.com/dhuan/mock v1.3.1 h1:1SHYboGmjVzocJEOUVECzlZMdM+33C7vIFo2bPqiiQ4=
github.com/dhuan/mock v1.3.1/go.mod h1:egJgJKdLmlzw4hcW074Yu8z0RVTj+JUZYeY8VxvDux4=
github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc=
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_mock.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -xe

MOCK_VERSION="1.3.0"
MOCK_VERSION="1.3.1"
MOCK_DOWNLOAD_URL="https://github.com/dhuan/mock/releases/download/v""$MOCK_VERSION""/mock_v""$MOCK_VERSION""_linux-386.tar.gz"

TMP_PATH=$(mktemp -d)
Expand Down

0 comments on commit 90a300e

Please sign in to comment.