File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v6
1919 with :
20- go-version : ' ~1.19.0 '
20+ go-version : ' ~1.25.1 '
2121
2222 - name : Build p2m-reader
2323 run : |
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v6
1818 with :
19- go-version : ' ~1.19.0 '
19+ go-version : ' ~1.25.1 '
2020
2121 - name : Build p2m-reader
2222 run : |
Original file line number Diff line number Diff line change 11module github.com/sensiblecodeio/pdf2msgpack/go
22
3- go 1.19
3+ go 1.25.1
44
5- require github.com/tinylib/msgp v1.1.2
5+ require github.com/tinylib/msgp v1.4.0
66
7- require github.com/philhofer/fwd v1.0 .0 // indirect
7+ require github.com/philhofer/fwd v1.2 .0 // indirect
Original file line number Diff line number Diff line change 1- github.com/philhofer/fwd v1.0 .0 h1:UbZqGr5Y38ApvM/V/jEljVxwocdweyH+vmYvRPBnbqQ =
2- github.com/philhofer/fwd v1.0 .0 /go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU =
3- github.com/tinylib/msgp v1.1.2 h1:gWmO7n0Ys2RBEb7GPYB9Ujq8Mk5p2U08lRnmMcGy6BQ =
4- github.com/tinylib/msgp v1.1.2 /go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE =
1+ github.com/philhofer/fwd v1.2 .0 h1:e6DnBTl7vGY+Gz322/ASL4Gyp1FspeMvx1RNDoToZuM =
2+ github.com/philhofer/fwd v1.2 .0 /go.mod h1:RqIHx9QI14HlwKwm98g9Re5prTQ6LdeRQn+gXJFxsJM =
3+ github.com/tinylib/msgp v1.4.0 h1:SYOeDRiydzOw9kSiwdYp9UcBgPFtLU2WDHaJXyHruf8 =
4+ github.com/tinylib/msgp v1.4.0 /go.mod h1:cvjFkb4RiC8qSBOPMGPSzSAx47nAsfhLVTCZZNuHv5o =
You can’t perform that action at this time.
0 commit comments