Skip to content

Commit

Permalink
fix: latlon grid on 0p16 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
scorix authored Dec 17, 2024
1 parent a38f3af commit 45d3d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
github.com/scorix/aliyun-oss-io v0.3.3
github.com/scorix/go-eccodes v0.1.5
github.com/scorix/walg v0.4.0
github.com/scorix/walg v0.5.0
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
golang.org/x/sync v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ github.com/scorix/aliyun-oss-io v0.3.3 h1:xiun9v6XIvNCkiVAwlVzrbXRNenfJneWvfOE9e
github.com/scorix/aliyun-oss-io v0.3.3/go.mod h1:A4UMOXpdFPvkGRghKNT4l6jD82Kx7I+z9fwF3nGYqUU=
github.com/scorix/go-eccodes v0.1.5 h1:9J7fRAp0NtBXjSSPjkGOxFZ5Q2vjwamgq6oJXY90hss=
github.com/scorix/go-eccodes v0.1.5/go.mod h1:z+mLm8dCG+FA+bMQjS3ENWMXE+JwJw6UBGCU+8eUKAk=
github.com/scorix/walg v0.4.0 h1:1+cL0+R3sM7a1pBZ+gIF/V5GESGOgx//r8l3TLzlzYQ=
github.com/scorix/walg v0.4.0/go.mod h1:0QK9imIPlKT0sQomMeJ7Rw8y1sZ92dCjj6dAbFFeda8=
github.com/scorix/walg v0.5.0 h1:TxxKrnH1Bjq4NiJ++pWxa8v4Jd/Pecpp0SQwQIG5aSQ=
github.com/scorix/walg v0.5.0/go.mod h1:0QK9imIPlKT0sQomMeJ7Rw8y1sZ92dCjj6dAbFFeda8=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e h1:I88y4caeGeuDQxgdoFPUq097j7kNfw6uvuiNxUBfcBk=
Expand Down

0 comments on commit 45d3d0c

Please sign in to comment.