move again
This commit is contained in:
parent
b2acdede89
commit
4da8357406
12 changed files with 3 additions and 3 deletions
19
Lab04/content/part1/analyse/go.mod
Normal file
19
Lab04/content/part1/analyse/go.mod
Normal file
|
@ -0,0 +1,19 @@
|
|||
module analyse
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/dariubs/percent v1.0.0
|
||||
gonum.org/v1/plot v0.11.0
|
||||
)
|
||||
|
||||
require (
|
||||
git.sr.ht/~sbinet/gg v0.3.1 // indirect
|
||||
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
||||
github.com/go-fonts/liberation v0.2.0 // indirect
|
||||
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
|
||||
github.com/go-pdf/fpdf v0.6.0 // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
Reference in a new issue