Skip to content

Commit

Permalink
feat: support go1.22.5 and go1.21.12
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 9, 2024
1 parent 483c0c6 commit 863213d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
toolchain go1.23rc1

require (
github.com/ZxillyFork/gore v0.0.0-20240622181243-e08af164b21c
github.com/ZxillyFork/gore v0.0.0-20240709175049-78f2566cdd48
github.com/ZxillyFork/gosym v0.0.0-20240510024817-deed2b882525
github.com/ZxillyFork/trie v0.0.0-20240512061834-f75150731646
github.com/alecthomas/kong v0.9.0
Expand All @@ -27,7 +27,7 @@ require (
github.com/samber/lo v1.44.0
github.com/stretchr/testify v1.9.0
golang.org/x/arch v0.8.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
golang.org/x/net v0.27.0
golang.org/x/sync v0.7.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/ZxillyFork/gore v0.0.0-20240622181243-e08af164b21c h1:OWSqGNgsPhonYkH/9x00U30gryY8gvmhFx0we9+OHz0=
github.com/ZxillyFork/gore v0.0.0-20240622181243-e08af164b21c/go.mod h1:IaGxxbqNTf3Iluxnl5Ev8uImOL33Loyeb3mYHPE6y48=
github.com/ZxillyFork/gore v0.0.0-20240709175049-78f2566cdd48 h1:RdIPScW4NyRjtx3KQdUm+JotFolWPvzhTMS6GscHyKg=
github.com/ZxillyFork/gore v0.0.0-20240709175049-78f2566cdd48/go.mod h1:IaGxxbqNTf3Iluxnl5Ev8uImOL33Loyeb3mYHPE6y48=
github.com/ZxillyFork/gosym v0.0.0-20240510024817-deed2b882525 h1:JtN7QBnRxeyMvDJjVdfjhGHL/msqqapHMG5jPVYh32A=
github.com/ZxillyFork/gosym v0.0.0-20240510024817-deed2b882525/go.mod h1:AC2xDL/KBa60pBB/m0zRCDCGvzLrMkmW/aY0q+uThFE=
github.com/ZxillyFork/trie v0.0.0-20240512061834-f75150731646 h1:Mkm17zXN+CiAXdV9/7mdCUGuEzlUNu73mB6En++kUkE=
Expand Down Expand Up @@ -98,8 +98,8 @@ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavM
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
golang.org/x/arch v0.8.0 h1:3wRIsP3pM4yUptoR96otTUOXI367OS0+c9eeRi9doIc=
golang.org/x/arch v0.8.0/go.mod h1:FEVrYAQjsQXMVJ1nsMoVVXPZg6p2JE2mx8psSWTDQys=
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 h1:yixxcjnhBmY0nkL253HFVIm0JsFHwrHdT3Yh6szTnfY=
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI=
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 h1:uLDX+AfeFCct3a2C7uIWBKMJIR3CJMhcgfrUAqjRK6w=
golang.org/x/exp v0.0.0-20240707233637-46b078467d37/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
Expand Down

0 comments on commit 863213d

Please sign in to comment.