go-chassis-examples icon indicating copy to clipboard operation
go-chassis-examples copied to clipboard

Results 7 go-chassis-examples issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.36.0 to 2.43.0. Release notes Sourced from github.com/gofiber/fiber/v2's releases. v2.43.0 ❗ BreakingChange Drop go 1.16 support & update to fasthttp 1.45.0 (#2374) Due to the fact that...

dependencies

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.17.0 to 0.20.0. Commits afa3b34 Update dependencies to v0.20.0 tag fb61a7c Merge pull request #96720 from liggitt/throttled-logger 61471be Deflake ThrottledLogger test 66db254 Merge pull request #95981 from...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20211216021012-1d35b9e2eb4e&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2. Release notes Sourced from github.com/gogo/protobuf's releases. Release v.1.3.2 Tested versions: go 1.15.6 protoc 3.14.0 Bug fixes: skippy peanut butter Commits b03c65e skippy peanut butter...

dependencies

Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful) from 2.12.0+incompatible to 2.16.0+incompatible. Commits ac666c0 update changes 9266625 use exact matching of allowed domain entries, issue #489 (#493) (#503) d9c71e1 support multipart/form-data (#502) 1e8c63c add access to...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20211112202133-69e39bad7dc2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

版本 go-chassis V1.76 在https://github.com/go-chassis/go-chassis-examples/blob/master/metrics/server/schema/schema.go 原来是init () 运行会有错的。因为archaius 还没有初始化。 做如下修改,可以运行: ` func (*User) URLPatterns() []restful.Route { Init() return []restful.Route{ {Method: http.MethodPost, Path: "/login", ResourceFuncName: "Login"}, {Method: http.MethodGet, Path: "/sign_out", ResourceFuncName: "SignOut"},...