Skip to content

Commit

Permalink
Go mod tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-sipos committed Apr 1, 2024
1 parent aa1851f commit 68cc89c
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 36 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/botond-sipos/thist
go 1.12

require (
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087
gonum.org/v1/plot v0.12.0
github.com/go-latex/latex v0.0.0-20231108140139-5c1ce85aa4ea // indirect
golang.org/x/crypto v0.21.0
golang.org/x/image v0.15.0 // indirect
golang.org/x/term v0.18.0
gonum.org/v1/plot v0.14.0
)
Loading

0 comments on commit 68cc89c

Please sign in to comment.