Skip to content

Commit c695372

Browse files
committed
modules: tidy
1 parent 8019837 commit c695372

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ require (
66
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
77
gonum.org/v1/gonum v0.11.0
88
modernc.org/cc v1.0.1
9+
modernc.org/xc v1.0.0
10+
)
11+
12+
require (
13+
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
914
modernc.org/golex v1.0.1 // indirect
1015
modernc.org/mathutil v1.4.1 // indirect
1116
modernc.org/strutil v1.1.1 // indirect
12-
modernc.org/xc v1.0.0
1317
)

0 commit comments

Comments
 (0)