This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
swb6-it-sec/Lab04/content/part1/analyse/go.mod

20 lines
574 B
Modula-2
Raw Normal View History

2022-05-30 13:41:45 +02:00
module analyse
2022-05-30 09:36:08 +02:00
go 1.18
2022-05-30 10:07:48 +02:00
2022-05-30 11:42:59 +02:00
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
)