Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Dec 17, 2020
1 parent 4a865cf commit 246f7c3
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 21 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ go 1.15
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/appleboy/gin-jwt/v2 v2.6.4
github.com/eiannone/keyboard v0.0.0-20190314115158-7169d0afeb4f
github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
github.com/gin-contrib/gzip v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gobuffalo/packr/v2 v2.8.1
github.com/gorilla/websocket v1.4.2
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil v2.20.9+incompatible
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/shirou/gopsutil v3.20.11+incompatible
github.com/spf13/cobra v1.1.1
github.com/syndtr/goleveldb v1.0.0
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 246f7c3

Please sign in to comment.