File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
$(GOCLEAN )
18
18
19
19
# NOTE: MUST update version number here prior to running 'make release'
20
- VERS =v1.1.7
20
+ VERS =v1.1.8
21
21
PACKAGE =emer
22
22
GIT_COMMIT =` git rev-parse --short HEAD `
23
23
VERS_DATE =` date -u +%Y-%m-%d\ %H:%M `
Original file line number Diff line number Diff line change 3
3
package emer
4
4
5
5
const (
6
- Version = "v1.1.7 "
7
- GitCommit = "e43e2ec " // the commit JUST BEFORE the release
8
- VersionDate = "2020-09-02 08:22 " // UTC
6
+ Version = "v1.1.8 "
7
+ GitCommit = "a504d29 " // the commit JUST BEFORE the release
8
+ VersionDate = "2020-09-02 10:19 " // UTC
9
9
)
10
10
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
7
7
github.com/chewxy/math32 v1.0.6
8
- github.com/emer/etable v1.0.11
8
+ github.com/emer/etable v1.0.12
9
9
github.com/goki/gi v1.0.13
10
10
github.com/goki/ki v1.0.4
11
11
github.com/goki/mat32 v1.0.2
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
47
47
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
48
48
github.com/dlclark/regexp2 v1.2.0 h1:8sAhBGEM0dRWogWqWyQeIJnxjWO6oIjl8FKqREDsGfk =
49
49
github.com/dlclark/regexp2 v1.2.0 /go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc =
50
- github.com/emer/etable v1.0.11 h1:ncedwtQQwI1ttmZDluEkYUCmf9hJWOrrEb9EE/7+9Uw =
51
- github.com/emer/etable v1.0.11 /go.mod h1:qEBkFudMFuV6zpbnVcYB1pK0QZ9mbRVjZct7SXihR1g =
50
+ github.com/emer/etable v1.0.12 h1:B+5p1caP+znQRQ5GbTd0SzW5RGJcLzi/cJOoHRbElwQ =
51
+ github.com/emer/etable v1.0.12 /go.mod h1:qEBkFudMFuV6zpbnVcYB1pK0QZ9mbRVjZct7SXihR1g =
52
52
github.com/fatih/camelcase v1.0.0 h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8 =
53
53
github.com/fatih/camelcase v1.0.0 /go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc =
54
54
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90 h1:WXb3TSNmHp2vHoCroCIB1foO/yQ36swABL8aOVeDpgg =
You can’t perform that action at this time.
0 commit comments