Skip to content

Commit

Permalink
feat: add Encode to astrotiff module in @observerly/iris
Browse files Browse the repository at this point in the history
feat: add Encode to astrotiff module in @observerly/iris
  • Loading branch information
michealroberts committed Oct 17, 2024
1 parent 5c43756 commit 4c27b17
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ module github.com/observerly/iris

go 1.21

require gonum.org/v1/gonum v0.14.0
require (
golang.org/x/image v0.20.0
gonum.org/v1/gonum v0.14.0
)

require (
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/image v0.20.0 h1:7cVCUjQwfL18gyBJOmYvptfSHS8Fb3YUDtfLIZ7Nbpw=
golang.org/x/image v0.20.0/go.mod h1:0a88To4CYVBAHp5FXJm8o7QbUl37Vd85ply1vyD8auM=
golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4=
golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s=
gonum.org/v1/gonum v0.14.0 h1:2NiG67LD1tEH0D7kM+ps2V+fXmsAnpUeec7n8tcr4S0=
Expand Down
Loading

0 comments on commit 4c27b17

Please sign in to comment.