Skip to content

Commit f52892e

Browse files
author
@
committed
build_windows
1 parent 980bc39 commit f52892e

File tree

2 files changed

+28
-115
lines changed

2 files changed

+28
-115
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ module fd
33
go 1.17
44

55
require (
6-
code.cloudfoundry.org/bytefmt master
7-
github.com/a97077088/frida-go master
8-
github.com/cheggaaa/pb/v3 master
9-
github.com/gin-gonic/gin master
10-
github.com/json-iterator/go master
11-
github.com/unrolled/render master
6+
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
7+
github.com/a97077088/frida-go v0.0.0-20210730162326-5858a01c2323
8+
github.com/cheggaaa/pb/v3 v3.0.9-0.20211017104833-bbc97ac48688
9+
github.com/gin-gonic/gin v1.7.2-0.20211128012617-a06d546f5c2e
10+
github.com/json-iterator/go v1.1.12
11+
github.com/unrolled/render v1.4.1
1212
)
1313

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-20211129035148-01e45d61fdeb // indirect
17+
github.com/a97077088/libfridabinres v0.0.0-20211129032410-90a659d091e8 // 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
2121
github.com/go-playground/locales v0.14.0 // indirect
2222
github.com/go-playground/universal-translator v0.18.0 // indirect
2323
github.com/go-playground/validator/v10 v10.9.0 // indirect
24-
github.com/golang/protobuf v1.5.2 // indirect
24+
github.com/goccy/go-json v0.7.10 // indirect
2525
github.com/leodido/go-urn v1.2.1 // indirect
2626
github.com/mattn/go-colorable v0.1.12 // indirect
2727
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -30,8 +30,8 @@ require (
3030
github.com/modern-go/reflect2 v1.0.2 // indirect
3131
github.com/rivo/uniseg v0.2.0 // indirect
3232
github.com/ugorji/go/codec v1.2.6 // indirect
33-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
34-
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
33+
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
34+
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // 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

0 commit comments

Comments
 (0)