-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go.nhat.io/aferomock from 0.4.0 to 0.5.0 (#19)
* Bump go.nhat.io/aferomock from 0.4.0 to 0.5.0 Bumps [go.nhat.io/aferomock](https://github.com/nhatthm/aferomock) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/nhatthm/aferomock/releases) - [Commits](nhatthm/aferomock@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: go.nhat.io/aferomock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump `go` to `1.23` * Bump mockery --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nhatthm <[email protected]>
- Loading branch information
1 parent
c19e902
commit d038803
Showing
12 changed files
with
147 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
dry-run: false | ||
with-expecter: false | ||
mockname: "{{.InterfaceName}}" | ||
filename: "{{ .InterfaceName | snakecase }}.go" | ||
dir: "mock" | ||
outpkg: mock | ||
packages: | ||
net/http: | ||
config: | ||
include-regex: "CookieJar" | ||
mockname: "Jar" | ||
filename: "jar.go" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
module go.nhat.io/cookiejar | ||
|
||
go 1.20 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/bool64/ctxd v1.2.1 | ||
github.com/spf13/afero v1.11.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/swaggest/assertjson v1.9.0 | ||
go.nhat.io/aferomock v0.4.0 | ||
go.nhat.io/aferomock v0.5.0 | ||
) | ||
|
||
require ( | ||
github.com/bool64/shared v0.1.5 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/iancoleman/orderedmap v0.3.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/nxadm/tail v1.4.11 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/sergi/go-diff v1.3.1 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/yudai/gojsondiff v1.0.0 // indirect | ||
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/text v0.18.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.