Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/PuerkitoBio/goquery v1.7.0
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/astaxie/beego v1.12.1
github.com/astaxie/beego v1.12.2
github.com/gin-gonic/gin v1.8.2
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-playground/validator/v10 v10.11.2 // indirect
Expand All @@ -14,7 +14,6 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/malfunkt/iprange v0.9.0
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/shirou/gopsutil v3.21.4+incompatible
github.com/spf13/cobra v1.1.3
github.com/tklauser/go-sysconf v0.3.6 // indirect
Expand Down
Loading