Skip to content

Commit 5005065

Browse files
author
@
committed
build_windows
1 parent 6fbd82b commit 5005065

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-20210831072416-37d8c0f7d594 // indirect
17+
github.com/a97077088/libfridabinres v0.0.0-20210909094014-6167cf9ab81e // indirect
1818
github.com/fatih/color v1.12.0 // indirect
1919
github.com/fsnotify/fsnotify v1.5.1 // indirect
2020
github.com/gin-contrib/sse v0.1.0 // indirect
@@ -24,7 +24,7 @@ require (
2424
github.com/golang/protobuf v1.5.2 // indirect
2525
github.com/leodido/go-urn v1.2.1 // indirect
2626
github.com/mattn/go-colorable v0.1.8 // indirect
27-
github.com/mattn/go-isatty v0.0.13 // indirect
27+
github.com/mattn/go-isatty v0.0.14 // indirect
2828
github.com/mattn/go-runewidth v0.0.13 // indirect
2929
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3030
github.com/modern-go/reflect2 v1.0.1 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ github.com/a97077088/libfridabinres v0.0.0-20210831072343-470282af9618 h1:8NJfFk
4242
github.com/a97077088/libfridabinres v0.0.0-20210831072343-470282af9618/go.mod h1:ooSNVs9odQ8D99rUL1SsXoYDiXzC5yGvdWG1sYeir+0=
4343
github.com/a97077088/libfridabinres v0.0.0-20210831072416-37d8c0f7d594 h1:7XquCbZhaikErH2a1NVohqJPA5PhfK54RTtfqXAY8Hg=
4444
github.com/a97077088/libfridabinres v0.0.0-20210831072416-37d8c0f7d594/go.mod h1:ooSNVs9odQ8D99rUL1SsXoYDiXzC5yGvdWG1sYeir+0=
45+
github.com/a97077088/libfridabinres v0.0.0-20210909094014-6167cf9ab81e h1:fpRudV6ngJfA/0fsVxbsyfpO3wyeKaNvRF2FxsMB78Q=
46+
github.com/a97077088/libfridabinres v0.0.0-20210909094014-6167cf9ab81e/go.mod h1:ooSNVs9odQ8D99rUL1SsXoYDiXzC5yGvdWG1sYeir+0=
4547
github.com/cheggaaa/pb/v3 v3.0.8 h1:bC8oemdChbke2FHIIGy9mn4DPJ2caZYQnfbRqwmdCoA=
4648
github.com/cheggaaa/pb/v3 v3.0.8/go.mod h1:UICbiLec/XO6Hw6k+BHEtHeQFzzBH4i2/qk/ow1EJTA=
4749
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
@@ -118,6 +120,8 @@ github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope
118120
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
119121
github.com/mattn/go-isatty v0.0.13 h1:qdl+GuBjcsKKDco5BsxPJlId98mSWNKqYA+Co0SC1yA=
120122
github.com/mattn/go-isatty v0.0.13/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
123+
github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
124+
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
121125
github.com/mattn/go-runewidth v0.0.12 h1:Y41i/hVW3Pgwr8gV+J23B9YEY0zxjptBuCWEaxmAOow=
122126
github.com/mattn/go-runewidth v0.0.12/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk=
123127
github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=

0 commit comments

Comments
 (0)