Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLai666 committed Oct 23, 2024
1 parent 7c9d874 commit a65ab3e
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 122 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.7

require (
fyne.io/fyne/v2 v2.5.1
github.com/HazelnutParadise/insyra v0.0.13
github.com/HazelnutParadise/insyra v0.0.14
github.com/traefik/yaegi v0.16.1
)

Expand Down Expand Up @@ -63,7 +63,7 @@ require (
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/text v0.19.0 // indirect
gonum.org/v1/gonum v0.15.1 // indirect
gonum.org/v1/plot v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ github.com/HazelnutParadise/insyra v0.0.12 h1:JJR2BZqMEnzCeX8hX5nlp1XY2wUnZzNNv1
github.com/HazelnutParadise/insyra v0.0.12/go.mod h1:g53WI5KbNKg0tSyOn6bpME1Oj3XhSEvpt5f81yEVJxM=
github.com/HazelnutParadise/insyra v0.0.13 h1:xxuMNU8OEeBs8mbHr5EgptaZCk/WAKoMCJf9ZDKFESg=
github.com/HazelnutParadise/insyra v0.0.13/go.mod h1:g53WI5KbNKg0tSyOn6bpME1Oj3XhSEvpt5f81yEVJxM=
github.com/HazelnutParadise/insyra v0.0.14 h1:hJyjxzwB4jDM/y7MSDy+9prtyTOKSugoIr7BSZQPmFc=
github.com/HazelnutParadise/insyra v0.0.14/go.mod h1:g53WI5KbNKg0tSyOn6bpME1Oj3XhSEvpt5f81yEVJxM=
github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY=
github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk=
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b h1:slYM766cy2nI3BwyRiyQj/Ud48djTMtMebDqepE95rw=
Expand Down Expand Up @@ -543,6 +545,8 @@ golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
Expand Down
Loading

0 comments on commit a65ab3e

Please sign in to comment.