Skip to content

Commit

Permalink
Require Go 1.20+
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Mar 13, 2024
1 parent ee0c13c commit 7f9d03a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- macOS
- Windows
go-version:
- '1.19'
- '1.20'
- '1.21'
- '1.22'
include:
- platform: Linux
os: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Version 0.4
* Drop Go 1.16 support.
* Drop Go 1.17 support.
* Drop Go 1.18 support.
* Drop Go 1.19 support.


Version 0.3
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
module github.com/hattya/aster

go 1.19
go 1.20

require (
github.com/fsnotify/fsnotify v1.7.0
github.com/hattya/go.binfmt v0.0.0-20230901123734-100958a5e62c
github.com/hattya/go.cli v0.0.0-20230902122146-c4cecb9e2117
github.com/hattya/go.notify v0.0.0-20230903140651-c149c5ab2f77
github.com/hattya/otto.module v0.0.0-20231225121616-843806186137
github.com/hattya/go.binfmt v0.0.0-20240224133808-f33e9fcce8d0
github.com/hattya/go.cli v0.0.0-20240224134234-a3d968fc2105
github.com/hattya/go.notify v0.0.0-20240226125912-955f7ed0ca53
github.com/hattya/otto.module v0.0.0-20240226130518-7876e7d43d06
github.com/robertkrimen/otto v0.3.0
github.com/saracen/walker v0.1.4
)

require (
github.com/godbus/dbus/v5 v5.1.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)
24 changes: 12 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/hattya/go.binfmt v0.0.0-20230901123734-100958a5e62c h1:shnhTmrIvDrGLLbFKgveJM1EETb3GkScX8FaSLQWea0=
github.com/hattya/go.binfmt v0.0.0-20230901123734-100958a5e62c/go.mod h1:NgMW5C35RlQE2iDITfs3kMsAmn9uWsZTua1jx+iXwV4=
github.com/hattya/go.cli v0.0.0-20230902122146-c4cecb9e2117 h1:OEaHnj59cSUYdmCxMkZgCslE+riEFtQ0QM8tYp71+Ns=
github.com/hattya/go.cli v0.0.0-20230902122146-c4cecb9e2117/go.mod h1:TxY5WRUaikjPDv2PvC8PkqPi0imjf7KrGLUhhil8NSY=
github.com/hattya/go.notify v0.0.0-20230903140651-c149c5ab2f77 h1:AY5gQLzB2Lq+kmGHJnJ4oSSnXi9W6oHljgaBcMfGJa0=
github.com/hattya/go.notify v0.0.0-20230903140651-c149c5ab2f77/go.mod h1:1r8xPqomP6mBz3UH0solJIwrlHsE3FkR2/UEPR1svAk=
github.com/hattya/otto.module v0.0.0-20231225121616-843806186137 h1:jEpg2FyDsvOX7qfquumLllNyPfakS/wrUEJDDJWDXGQ=
github.com/hattya/otto.module v0.0.0-20231225121616-843806186137/go.mod h1:mHMT/hIJEs8ItRP4O1m4fPN5QbBv5y72NQoCXd3/bv4=
github.com/hattya/go.binfmt v0.0.0-20240224133808-f33e9fcce8d0 h1:FAxzueqx7B89CDOKldQQp1MWFifGXd1kAcBPvM04ldU=
github.com/hattya/go.binfmt v0.0.0-20240224133808-f33e9fcce8d0/go.mod h1:EPX5K0mjtSQebYfVHn9FaQXe8NiCDWZcgI4cnx7ZEIY=
github.com/hattya/go.cli v0.0.0-20240224134234-a3d968fc2105 h1:elVFwpYd4Aogt2IFtd8yZ+Gn2QQALysLQla8kfC871o=
github.com/hattya/go.cli v0.0.0-20240224134234-a3d968fc2105/go.mod h1:D1iOybTnGw3fgxlL3j1ho7PQ+/elh2g9BwEo3mOp/tw=
github.com/hattya/go.notify v0.0.0-20240226125912-955f7ed0ca53 h1:ESnKwgS6CDwvS4Pj+ZobHXAmtyCHhNV3s4RJkiZ5Wh0=
github.com/hattya/go.notify v0.0.0-20240226125912-955f7ed0ca53/go.mod h1:rZREGauDiyveCd3DTiAq1nKxANbUDHTTj0WrtmB78N4=
github.com/hattya/otto.module v0.0.0-20240226130518-7876e7d43d06 h1:9Q2PbvM0gXlFPtZ4I6ROs3HLvZ1E8IqKK4gDx5Klku4=
github.com/hattya/otto.module v0.0.0-20240226130518-7876e7d43d06/go.mod h1:Iz4vtnPi7LQfQv+pdS9Eq+HLzsLZ7bVzML0ibRl2ACM=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/robertkrimen/otto v0.3.0 h1:5RI+8860NSxvXywDY9ddF5HcPw0puRsd8EgbXV0oqRE=
github.com/robertkrimen/otto v0.3.0/go.mod h1:uW9yN1CYflmUQYvAMS0m+ZiNo3dMzRUDQJX0jWbzgxw=
Expand All @@ -19,10 +19,10 @@ github.com/saracen/walker v0.1.4/go.mod h1:2F+hfOidTHfXP2AmlKOqpO+yewf8fIvNUDBNJ
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=
golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.17.0 h1:mkTF7LCd6WGJNL3K1Ad7kwxNfYAW6a8a8QqtMblp/4U=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
gopkg.in/sourcemap.v1 v1.0.5 h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=
Expand Down

0 comments on commit 7f9d03a

Please sign in to comment.