Skip to content

Commit

Permalink
MAINT: Upgrade dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven authored Sep 9, 2021
1 parent 53d6fc7 commit 0daf3e8
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 13 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ module github.com/davidkleiven/gononlin
go 1.13

require (
gonum.org/v1/exp v0.0.0-20210306211043-66e0a78a64f4
gonum.org/v1/gonum v0.9.0
github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75 // indirect
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
golang.org/x/exp v0.0.0-20210908151040-650492aaac73 // indirect
golang.org/x/text v0.3.7 // indirect
gonum.org/v1/exp v0.0.0-20210902084608-ee159c05dd5a
gonum.org/v1/gonum v0.9.3
gonum.org/v1/netlib v0.0.0-20210302091547-ede94419cf37 // indirect
)
Loading

0 comments on commit 0daf3e8

Please sign in to comment.