tinylib / msgp

A Go code generator for MessagePack / msgpack.org[Go]
MIT License
1.77k stars 189 forks source link

go.mod: github.com/philhofer/fwd v1.1.2 #319

Closed thaJeztah closed 1 year ago

thaJeztah commented 1 year ago

go mod tidy

running go mod tidy produced a diff (the golang.org/x/errors package is no longer used)

go mod tidy -go 1.14 -compat=1.14

go.mod: github.com/philhofer/fwd v1.1.2

full diff: https://github.com/philhofer/fwd/compare/5c56ac6d0bb9...v1.1.2

thaJeztah commented 1 year ago

Hm.. looks like CI is not running; perhaps because it's still attached to the old Travis;

Screenshot 2022-12-11 at 17 53 26

I can have a quick stab at adding github actions if I find some time.

thaJeztah commented 1 year ago

Opened https://github.com/tinylib/msgp/pull/322 (in draft as it depends on other PRs) to set up github actions

thaJeztah commented 1 year ago

@philhofer Alright; this one has been rebased, and CI is happy as well 🎉