File tree 30 files changed +143
-95
lines changed
30 files changed +143
-95
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,30 @@ $(SUBDIRS):
10
10
11
11
.PHONY : $(TOPTARGETS ) $(SUBDIRS )
12
12
13
+ tidy : export GO111MODULE = on
14
+ tidy :
15
+ @echo " GO111MODULE = $( value GO111MODULE) "
16
+ go mod tidy
17
+
18
+ old :
19
+ @echo " GO111MODULE = $( value GO111MODULE) "
20
+ go list -u -m all | grep ' \['
21
+
22
+ mod-update : export GO111MODULE = on
23
+ mod-update :
24
+ @echo " GO111MODULE = $( value GO111MODULE) "
25
+ go get -u ./...
26
+ go mod tidy
27
+
28
+ # gopath-update is for GOPATH to get most things updated.
29
+ # need to call it in a target executable directory
30
+ gopath-update : export GO111MODULE = off
31
+ gopath-update :
32
+ @echo " GO111MODULE = $( value GO111MODULE) "
33
+ cd cmd/pi; go get -u ./...
34
+
13
35
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
14
- VERS =v1.0.1
36
+ VERS =v1.0.2
15
37
PACKAGE =sims
16
38
GIT_COMMIT =` git rev-parse --short HEAD `
17
39
VERS_DATE =` date -u +%Y-%m-%d\ %H:%M `
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ import (
37
37
"github.com/goki/gi/gi"
38
38
"github.com/goki/gi/gimain"
39
39
"github.com/goki/gi/giv"
40
- "github.com/goki/gi/mat32"
41
40
"github.com/goki/ki/ki"
42
41
"github.com/goki/ki/kit"
42
+ "github.com/goki/mat32"
43
43
)
44
44
45
45
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ import (
36
36
"github.com/goki/gi/gi"
37
37
"github.com/goki/gi/gimain"
38
38
"github.com/goki/gi/giv"
39
- "github.com/goki/gi/mat32"
40
39
"github.com/goki/ki/ki"
41
40
"github.com/goki/ki/kit"
41
+ "github.com/goki/mat32"
42
42
)
43
43
44
44
func main () {
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ import (
33
33
"github.com/goki/gi/gi"
34
34
"github.com/goki/gi/gimain"
35
35
"github.com/goki/gi/giv"
36
- "github.com/goki/gi/mat32"
37
36
"github.com/goki/ki/ki"
38
37
"github.com/goki/ki/kit"
38
+ "github.com/goki/mat32"
39
39
)
40
40
41
41
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ import (
26
26
"github.com/goki/gi/gi"
27
27
"github.com/goki/gi/gimain"
28
28
"github.com/goki/gi/giv"
29
- "github.com/goki/gi/mat32"
30
29
"github.com/goki/ki/ki"
31
30
"github.com/goki/ki/kit"
31
+ "github.com/goki/mat32"
32
32
)
33
33
34
34
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ import (
26
26
"github.com/goki/gi/gi"
27
27
"github.com/goki/gi/gimain"
28
28
"github.com/goki/gi/giv"
29
- "github.com/goki/gi/mat32"
30
29
"github.com/goki/ki/ki"
31
30
"github.com/goki/ki/kit"
31
+ "github.com/goki/mat32"
32
32
)
33
33
34
34
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ import (
27
27
"github.com/goki/gi/gi"
28
28
"github.com/goki/gi/gimain"
29
29
"github.com/goki/gi/giv"
30
- "github.com/goki/gi/mat32"
31
30
"github.com/goki/ki/ki"
32
31
"github.com/goki/ki/kit"
32
+ "github.com/goki/mat32"
33
33
)
34
34
35
35
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ import (
30
30
"github.com/goki/gi/gi"
31
31
"github.com/goki/gi/gimain"
32
32
"github.com/goki/gi/giv"
33
- "github.com/goki/gi/mat32"
34
33
"github.com/goki/ki/ki"
35
34
"github.com/goki/ki/kit"
35
+ "github.com/goki/mat32"
36
36
)
37
37
38
38
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ import (
28
28
"github.com/goki/gi/gi"
29
29
"github.com/goki/gi/gimain"
30
30
"github.com/goki/gi/giv"
31
- "github.com/goki/gi/mat32"
32
31
"github.com/goki/ki/ki"
33
32
"github.com/goki/ki/kit"
33
+ "github.com/goki/mat32"
34
34
)
35
35
36
36
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ import (
25
25
"github.com/goki/gi/gi"
26
26
"github.com/goki/gi/gimain"
27
27
"github.com/goki/gi/giv"
28
- "github.com/goki/gi/mat32"
29
28
"github.com/goki/ki/ki"
30
29
"github.com/goki/ki/kit"
30
+ "github.com/goki/mat32"
31
31
)
32
32
33
33
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ import (
32
32
"github.com/goki/gi/gi"
33
33
"github.com/goki/gi/gimain"
34
34
"github.com/goki/gi/giv"
35
- "github.com/goki/gi/mat32"
36
35
"github.com/goki/ki/ki"
37
36
"github.com/goki/ki/kit"
37
+ "github.com/goki/mat32"
38
38
)
39
39
40
40
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ import (
39
39
"github.com/goki/gi/gi"
40
40
"github.com/goki/gi/gimain"
41
41
"github.com/goki/gi/giv"
42
- "github.com/goki/gi/mat32"
43
42
"github.com/goki/ki/ki"
44
43
"github.com/goki/ki/kit"
44
+ "github.com/goki/mat32"
45
45
)
46
46
47
47
func main () {
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ import (
32
32
"github.com/goki/gi/gi"
33
33
"github.com/goki/gi/gimain"
34
34
"github.com/goki/gi/giv"
35
- "github.com/goki/gi/mat32"
36
35
"github.com/goki/ki/ki"
37
36
"github.com/goki/ki/kit"
37
+ "github.com/goki/mat32"
38
38
)
39
39
40
40
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ import (
33
33
"github.com/goki/gi/gi"
34
34
"github.com/goki/gi/gimain"
35
35
"github.com/goki/gi/giv"
36
- "github.com/goki/gi/mat32"
37
36
"github.com/goki/ki/ki"
38
37
"github.com/goki/ki/kit"
38
+ "github.com/goki/mat32"
39
39
)
40
40
41
41
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ import (
35
35
"github.com/goki/gi/gi"
36
36
"github.com/goki/gi/gimain"
37
37
"github.com/goki/gi/giv"
38
- "github.com/goki/gi/mat32"
39
38
"github.com/goki/ki/ki"
40
39
"github.com/goki/ki/kit"
40
+ "github.com/goki/mat32"
41
41
)
42
42
43
43
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ import (
31
31
"github.com/goki/gi/gi"
32
32
"github.com/goki/gi/gimain"
33
33
"github.com/goki/gi/giv"
34
- "github.com/goki/gi/mat32"
35
34
"github.com/goki/ki/ki"
36
35
"github.com/goki/ki/kit"
36
+ "github.com/goki/mat32"
37
37
)
38
38
39
39
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ import (
39
39
"github.com/goki/gi/gi"
40
40
"github.com/goki/gi/gimain"
41
41
"github.com/goki/gi/giv"
42
- "github.com/goki/gi/mat32"
43
42
"github.com/goki/ki/ki"
44
43
"github.com/goki/ki/kit"
44
+ "github.com/goki/mat32"
45
45
)
46
46
47
47
func main () {
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ import (
34
34
"github.com/goki/gi/gi"
35
35
"github.com/goki/gi/gimain"
36
36
"github.com/goki/gi/giv"
37
- "github.com/goki/gi/mat32"
38
37
"github.com/goki/ki/ki"
39
38
"github.com/goki/ki/kit"
39
+ "github.com/goki/mat32"
40
40
)
41
41
42
42
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ import (
38
38
"github.com/goki/gi/gi"
39
39
"github.com/goki/gi/gimain"
40
40
"github.com/goki/gi/giv"
41
- "github.com/goki/gi/mat32"
42
41
"github.com/goki/ki/ki"
43
42
"github.com/goki/ki/kit"
43
+ "github.com/goki/mat32"
44
44
)
45
45
46
46
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ import (
32
32
"github.com/goki/gi/gi"
33
33
"github.com/goki/gi/gimain"
34
34
"github.com/goki/gi/giv"
35
- "github.com/goki/gi/mat32"
36
35
"github.com/goki/ki/ki"
37
36
"github.com/goki/ki/kit"
37
+ "github.com/goki/mat32"
38
38
)
39
39
40
40
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ import (
38
38
"github.com/goki/gi/gi"
39
39
"github.com/goki/gi/gimain"
40
40
"github.com/goki/gi/giv"
41
- "github.com/goki/gi/mat32"
42
41
"github.com/goki/ki/ki"
43
42
"github.com/goki/ki/kit"
43
+ "github.com/goki/mat32"
44
44
)
45
45
46
46
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ import (
32
32
"github.com/goki/gi/gi"
33
33
"github.com/goki/gi/gimain"
34
34
"github.com/goki/gi/giv"
35
- "github.com/goki/gi/mat32"
36
35
"github.com/goki/ki/ki"
37
36
"github.com/goki/ki/kit"
37
+ "github.com/goki/mat32"
38
38
)
39
39
40
40
func main () {
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ import (
33
33
"github.com/goki/gi/gi"
34
34
"github.com/goki/gi/gimain"
35
35
"github.com/goki/gi/giv"
36
- "github.com/goki/gi/mat32"
37
36
"github.com/goki/ki/ki"
38
37
"github.com/goki/ki/kit"
38
+ "github.com/goki/mat32"
39
39
)
40
40
41
41
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ import (
36
36
"github.com/goki/gi/gi"
37
37
"github.com/goki/gi/gimain"
38
38
"github.com/goki/gi/giv"
39
- "github.com/goki/gi/mat32"
40
39
"github.com/goki/ki/ki"
41
40
"github.com/goki/ki/kit"
41
+ "github.com/goki/mat32"
42
42
)
43
43
44
44
// this is the stub main for gogi that calls our actual mainrun function, at end of file
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ import (
38
38
"github.com/goki/gi/gi"
39
39
"github.com/goki/gi/gimain"
40
40
"github.com/goki/gi/giv"
41
- "github.com/goki/gi/mat32"
42
41
"github.com/goki/ki/ints"
43
42
"github.com/goki/ki/ki"
44
43
"github.com/goki/ki/kit"
44
+ "github.com/goki/mat32"
45
45
)
46
46
47
47
func main () {
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ import (
44
44
"github.com/goki/gi/gi"
45
45
"github.com/goki/gi/gimain"
46
46
"github.com/goki/gi/giv"
47
- "github.com/goki/gi/mat32"
48
47
"github.com/goki/ki/ki"
49
48
"github.com/goki/ki/kit"
49
+ "github.com/goki/mat32"
50
50
)
51
51
52
52
func main () {
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ import (
35
35
"github.com/goki/gi/gi"
36
36
"github.com/goki/gi/gimain"
37
37
"github.com/goki/gi/giv"
38
- "github.com/goki/gi/mat32"
39
38
"github.com/goki/ki/ki"
40
39
"github.com/goki/ki/kit"
40
+ "github.com/goki/mat32"
41
41
)
42
42
43
43
func main () {
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ go 1.13
4
4
5
5
require (
6
6
github.com/anthonynsimon/bild v0.11.1
7
- github.com/emer/emergent v1.0.0
8
- github.com/emer/etable v1.0.0
9
- github.com/emer/leabra v1.0.0
10
- github.com/emer/vision v1.0.1
11
- github.com/goki/gi v0.9.10
12
- github.com/goki/ki v0.9.10
7
+ github.com/emer/emergent v1.0.1
8
+ github.com/emer/etable v1.0.1
9
+ github.com/emer/leabra v1.0.1
10
+ github.com/emer/vision v1.0.2
11
+ github.com/goki/gi v0.9.14
12
+ github.com/goki/ki v0.9.12-0.20200309063305-3102412f93be
13
+ github.com/goki/mat32 v1.0.0
13
14
)
You can’t perform that action at this time.
0 commit comments