Skip to content

Commit 4ab4633

Browse files
author
Randall C. O'Reilly
committed
v1.0.4 release -- version.go updated
1 parent 88d4619 commit 4ab4633

File tree

4 files changed

+74
-44
lines changed

4 files changed

+74
-44
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/emer/leabra
33
go 1.13
44

55
require (
6-
github.com/chewxy/math32 v1.0.4
7-
github.com/emer/emergent v1.0.5
8-
github.com/emer/etable v1.0.4
9-
github.com/goki/gi v1.0.3
10-
github.com/goki/ki v1.0.0
11-
github.com/goki/mat32 v1.0.1
6+
github.com/chewxy/math32 v1.0.5
7+
github.com/emer/emergent v1.0.6
8+
github.com/emer/etable v1.0.5
9+
github.com/goki/gi v1.0.6
10+
github.com/goki/ki v1.0.2
11+
github.com/goki/mat32 v1.0.2
1212
)

0 commit comments

Comments
 (0)