8000 Tags · ashanbrown/makezero · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ashanbrown/makezero

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add v2 version support for makezero module (#18)

Following the release policy at 
https://go.dev/wiki/Modules#releasing-modules-v2-or-higher
Starting with version 2.x need support to pull module,
```
go get -u github.com/ashanbrown/makezero/v2
```

Even pkg docs points v1.2.0 https://pkg.go.dev/github.com/ashanbrown/makezero

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump golang.org/x/tools to v0.13.0 to fix panic (#17)

This PR fixes panic in tests when running with Go 1.23.

golang.org/x/tools requires go 1.18 in go.mod.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump golang.org/x/tools to v0.7.0 (#14)

May fix an internal error and will include other bug fixes from x/tools

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
drop testify dependency (#10)

go mod download will currently overfetch including test dependencies (see golang/go#41431), so, since we barely use this dependency in our tests, we'll skip it for now

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: multiple delcaration in same line (#8)

Author: Zehui <zehui.chen@shopee.com>
0