Skip to content

Commit 9df9faf

Browse files
author
@
committed
build_windows
1 parent 930f540 commit 9df9faf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
require (
1515
github.com/VividCortex/ewma v1.2.0 // indirect
1616
github.com/a97077088/dylib v0.0.0-20210726041103-cf42039dadef // indirect
17-
github.com/a97077088/libfridabinres v0.0.0-20211020040711-da19a5f52729 // indirect
17+
github.com/a97077088/libfridabinres v0.0.0-20211028124912-b04d16191c9b // indirect
1818
github.com/fatih/color v1.13.0 // indirect
1919
github.com/fsnotify/fsnotify v1.5.1 // indirect
2020
github.com/gin-contrib/sse v0.1.0 // indirect
@@ -31,7 +31,7 @@ require (
3131
github.com/rivo/uniseg v0.2.0 // indirect
3232
github.com/ugorji/go/codec v1.2.6 // indirect
3333
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
34-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
34+
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
3535
golang.org/x/text v0.3.7 // indirect
3636
google.golang.org/protobuf v1.27.1 // indirect
3737
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ github.com/a97077088/libfridabinres v0.0.0-20211020040711-da19a5f52729 h1:EdTMBF
5252
github.com/a97077088/libfridabinres v0.0.0-20211020040711-da19a5f52729/go.mod h1:ooSNVs9odQ8D99rUL1SsXoYDiXzC5yGvdWG1sYeir+0=
5353
github.com/a97077088/libfridabinres v0.0.0-20211020041509-7572f3c09454 h1:uMq4BYBLCzATYobYhdTxAUGvIKZTgIei2rOS6Yuc5+k=
5454
github.com/a97077088/libfridabinres v0.0.0-20211020041509-7572f3c09454/go.mod h1:ooSNVs9odQ8D99rUL1SsXoYDiXzC5yGvdWG1sYeir+0=
55+
github.com/a97077088/libfridabinres v0.0.0-20211028124912-b04d16191c9b h1:2S2tl5+Fu+jJ5QNll4RHNLRyeR3ZPoON5ZGncJ4vd8A=
56+
github.com/a97077088/libfridabinres v0.0.0-20211028124912-b04d16191c9b/go.mod h1:ooSNVs9odQ8D99rUL1SsXoYDiXzC5yGvdWG1sYeir+0=
5557
github.com/cheggaaa/pb/v3 v3.0.8 h1:bC8oemdChbke2FHIIGy9mn4DPJ2caZYQnfbRqwmdCoA=
5658
github.com/cheggaaa/pb/v3 v3.0.8/go.mod h1:UICbiLec/XO6Hw6k+BHEtHeQFzzBH4i2/qk/ow1EJTA=
5759
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
@@ -230,6 +232,8 @@ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 h1:foEbQz/B0Oz6YIqu/69kfXPYe
230232
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
231233
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0=
232234
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
235+
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 h1:2B5p2L5IfGiD7+b9BOoRMC6DgObAVZV+Fsp050NqXik=
236+
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
233237
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
234238
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
235239
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=

0 commit comments

Comments
 (0)