-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathgo.mod
24 lines (22 loc) · 829 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/ProxyPanel/VNet-SSR
go 1.14
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/dustin/go-humanize v1.0.0
github.com/gin-gonic/gin v1.6.3
github.com/pkg/errors v0.9.1
github.com/robfig/cron v1.2.0
github.com/rs/xid v1.2.1
github.com/shirou/gopsutil v3.21.7+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stackimpact/stackimpact-go v2.3.10+incompatible
github.com/tidwall/gjson v1.8.1
github.com/tklauser/go-sysconf v0.3.7 // indirect
gitlab.com/yawning/chacha20.git v0.0.0-20190903091407-6d1cb28dc72c
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
gopkg.in/resty.v1 v1.12.0
)