Skip to content

Commit 3d2a679

Browse files
committed
vecf32 and vecf64 moved to gorgonia
1 parent 82426f8 commit 3d2a679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.DS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ RUN set -x \
5353
&& go get github.com/patrickmn/go-cache \
5454
&& go get github.com/chewxy/math32 \
5555
&& go get github.com/chewxy/hm \
56-
&& go get github.com/chewxy/vecf64 \
57-
&& go get github.com/chewxy/vecf32 \
56+
&& go get github.com/gorgonia/vecf64 \
57+
&& go get github.com/gorgonia/vecf32 \
5858
&& go get github.com/awalterschulze/gographviz \
5959
&& go get github.com/leesper/go_rng \
6060
&& go get github.com/pkg/errors \

0 commit comments

Comments
 (0)