Skip to content

Commit 91bce56

Browse files
committed
Go 1.20.3
1 parent 50ea4e1 commit 91bce56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This project uses the [Walk library](https://github.com/lxn/walk), which works o
8888
[How to add plugins to Astah](https://astahblog.com/2014/12/15/astah_plugins/)
8989

9090
**Golang Development Environment**
91-
* Install [Golang](https://golang.org/dl/) **ver.1.20.2** or higher.
91+
* Install [Golang](https://golang.org/dl/) **ver.1.20.3** or higher.
9292
* Run `go install github.com/go-delve/delve/cmd/dlv@latest` to install [delve](https://github.com/derekparker/delve/blob/master/Documentation/installation/README.md).
9393
* Run `go install github.com/lxn/walk@latest` to install [Walk library](https://github.com/lxn/walk).
9494
* Install [VS Code](https://code.visualstudio.com/download), add [Golang extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go).

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ require github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
66

77
require (
88
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
9-
golang.org/x/sys v0.6.0 // indirect
9+
golang.org/x/sys v0.7.0 // indirect
1010
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
1111
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ github.com/lxn/walk v0.0.0-20210112085537-c389da54e794/go.mod h1:E23UucZGqpuUANJ
33
github.com/lxn/win v0.0.0-20210218163916-a377121e959e h1:H+t6A/QJMbhCSEH5rAuRxh+CtW96g0Or0Fxa9IKr4uc=
44
github.com/lxn/win v0.0.0-20210218163916-a377121e959e/go.mod h1:KxxjdtRkfNoYDCUP5ryK7XJJNTnpC8atvtmTheChOtk=
55
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
6-
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
7-
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
6+
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
7+
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
88
gopkg.in/Knetic/govaluate.v3 v3.0.0 h1:18mUyIt4ZlRlFZAAfVetz4/rzlJs9yhN+U02F4u1AOc=
99
gopkg.in/Knetic/govaluate.v3 v3.0.0/go.mod h1:csKLBORsPbafmSCGTEh3U7Ozmsuq8ZSIlKk1bcqph0E=

0 commit comments

Comments
 (0)