Skip to content

Commit 59c6c67

Browse files
committed
all: bump gonum/[email protected], gonum/[email protected]
1 parent c6f7c48 commit 59c6c67

File tree

72 files changed

+50
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+50
-28
lines changed

fit/testdata/2d-plane-plot_golden.png

42 Bytes

fit/testdata/exp-plot_golden.png

45 Bytes
227 Bytes

fit/testdata/gauss-plot_golden.png

227 Bytes
184 Bytes

fit/testdata/poly-plot_golden.png

-12 Bytes

fit/testdata/powerlaw-plot_golden.png

71 Bytes

go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/go-mmap/mmap v0.6.0
1111
github.com/gonuts/binary v0.2.0
1212
github.com/gonuts/commander v0.3.1
13-
github.com/google/go-cmp v0.5.6
13+
github.com/google/go-cmp v0.5.7
1414
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1515
github.com/hashicorp/go-uuid v1.0.2
1616
github.com/jcmturner/gokrb5/v8 v8.4.2
@@ -23,22 +23,22 @@ require (
2323
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
2424
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
2525
golang.org/x/exp v0.0.0-20210220032938-85be41e4509f
26-
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
26+
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
2727
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
28-
golang.org/x/tools v0.1.8
29-
gonum.org/v1/gonum v0.9.3
30-
gonum.org/v1/plot v0.10.0
28+
golang.org/x/tools v0.1.10
29+
gonum.org/v1/gonum v0.11.0
30+
gonum.org/v1/plot v0.11.0
3131
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
3232
modernc.org/ql v1.4.1
3333
)
3434

3535
require (
36-
github.com/ajstarks/svgo v0.0.0-20210923152817-c3b6e2f0c527 // indirect
36+
git.sr.ht/~sbinet/gg v0.3.1 // indirect
37+
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
3738
github.com/edsrzf/mmap-go v1.1.0 // indirect
38-
github.com/fogleman/gg v1.3.0 // indirect
3939
github.com/go-fonts/liberation v0.2.0 // indirect
4040
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
41-
github.com/go-pdf/fpdf v0.5.0 // indirect
41+
github.com/go-pdf/fpdf v0.6.0 // indirect
4242
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
4343
github.com/google/flatbuffers v1.12.0 // indirect
4444
github.com/hashicorp/errwrap v1.0.0 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/posener/complete v1.2.3 // indirect
5353
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
5454
github.com/rivo/uniseg v0.2.0 // indirect
55-
golang.org/x/mod v0.5.1 // indirect
55+
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
5656
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
5757
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
5858
golang.org/x/text v0.3.7 // indirect

go.sum

+36-14
Large diffs are not rendered by default.

groot/cmd/root-print/testdata/g22.png

33 Bytes

groot/cmd/root-print/testdata/g23.png

48 Bytes

groot/cmd/root-print/testdata/h00.png

-68 Bytes
-47 Bytes
17 Bytes

groot/cmd/root-print/testdata/h21.png

8 Bytes

groot/cmd/root-print/testdata/h22.png

22 Bytes

groot/rcmd/diff_test.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -790,27 +790,27 @@ key[dir-1/dir-11/tree][0004].Arr -- (-ref +chk)
790790
},
791791
err: fmt.Errorf("dir-1: values for dir-11 in directory differ: dir-1/dir-11: values for tree in directory differ: dir-1/dir-11/tree: trees differ"),
792792
want: `key[dir-1/dir-11/tree][0000].I32 -- (-ref +chk)
793-
interface{}(
793+
any(
794794
- int64(0),
795795
+ int32(0),
796796
)
797797
key[dir-1/dir-11/tree][0001].I32 -- (-ref +chk)
798-
interface{}(
798+
any(
799799
- int64(1),
800800
+ int32(1),
801801
)
802802
key[dir-1/dir-11/tree][0002].I32 -- (-ref +chk)
803-
interface{}(
803+
any(
804804
- int64(2),
805805
+ int32(2),
806806
)
807807
key[dir-1/dir-11/tree][0003].I32 -- (-ref +chk)
808-
interface{}(
808+
any(
809809
- int64(3),
810810
+ int32(3),
811811
)
812812
key[dir-1/dir-11/tree][0004].I32 -- (-ref +chk)
813-
interface{}(
813+
any(
814814
- int64(4),
815815
+ int32(4),
816816
)

groot/rsrv/testdata/h1_golden.pdf

0 Bytes
Binary file not shown.

groot/rsrv/testdata/h1_golden.png

-30 Bytes

groot/rsrv/testdata/h1f_golden.png

53 Bytes
33 Bytes

groot/rsrv/testdata/h2d_golden.pdf

0 Bytes
Binary file not shown.

groot/rsrv/testdata/h2d_golden.png

41 Bytes
11 Bytes

groot/rsrv/testdata/h2f_golden.png

35 Bytes

groot/rsrv/testdata/tg_golden.png

21 Bytes

groot/rsrv/testdata/tgae_golden.pdf

0 Bytes
Binary file not shown.
25 Bytes

groot/rsrv/testdata/tge_golden.png

-13 Bytes
28 Bytes
-11 Bytes
-7 Bytes
-124 Bytes

hbook/testdata/rand_h1d_golden.png

85 Bytes

hplot/testdata/band_golden.png

95 Bytes
-11 Bytes
-34 Bytes

hplot/testdata/diff_plot_golden.png

-48 Bytes

hplot/testdata/functions_golden.png

-102 Bytes
66 Bytes

hplot/testdata/h1d_borders_golden.png

31 Bytes

hplot/testdata/h1d_glyphs_golden.png

-59 Bytes

hplot/testdata/h1d_legend_golden.png

-51 Bytes

hplot/testdata/h1d_logy_golden.png

-5 Bytes

hplot/testdata/h1d_plot_golden.pdf

0 Bytes
Binary file not shown.

hplot/testdata/h1d_plot_golden.png

75 Bytes
10 Bytes

hplot/testdata/h1d_yerrs_golden.png

-20 Bytes
-28 Bytes

hplot/testdata/h2d_plot_golden.png

-506 Bytes
-27 Bytes

hplot/testdata/hline_golden.png

-14 Bytes
-27 Bytes

hplot/testdata/hstack_band_golden.png

34 Bytes
-1 Bytes

hplot/testdata/hstack_golden.png

203 Bytes

hplot/testdata/hstack_logy_golden.png

154 Bytes

hplot/testdata/hvline_golden.png

-41 Bytes
93 Bytes

hplot/testdata/label_plot_golden.png

69 Bytes
51 Bytes

hplot/testdata/s2d_band_golden.png

-38 Bytes

hplot/testdata/s2d_errbars_golden.png

41 Bytes

hplot/testdata/s2d_golden.png

-165 Bytes
-29 Bytes

hplot/testdata/s2d_steps_golden.png

-109 Bytes

hplot/testdata/sub_plot_golden.png

-78 Bytes

hplot/testdata/ticks_golden.png

-444 Bytes
26 Bytes

hplot/testdata/vline_golden.png

-27 Bytes
-27 Bytes

0 commit comments

Comments
 (0)