-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.08 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (30 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module multiscope
go 1.25.0
require (
github.com/go-chi/chi/v5 v5.3.2
github.com/google/go-cmp v0.7.0
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0
github.com/tdegris/base16-go v1.0.2
go.uber.org/atomic v1.12.0
go.uber.org/multierr v1.11.0
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
gonum.org/v1/plot v0.17.0
google.golang.org/grpc v1.84.0
google.golang.org/protobuf v1.36.12
honnef.co/go/js/dom/v2 v2.0.0-20210725211120-f030747120f2
)
require (
codeberg.org/go-fonts/liberation v0.5.0 // indirect
codeberg.org/go-latex/latex v0.2.0 // indirect
codeberg.org/go-pdf/fpdf v0.11.1 // indirect
git.sr.ht/~sbinet/gg v0.7.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
golang.org/x/image v0.41.0 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
)