-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 944 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
25
26
27
module github.com/Liumik233/X
go 1.16
require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/fsnotify/fsnotify v1.4.9
github.com/go-acme/lego/v4 v4.3.1
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-resty/resty/v2 v2.5.0
github.com/golang/protobuf v1.5.2
github.com/imdario/mergo v0.3.12
github.com/juju/ratelimit v1.0.1
github.com/r3labs/diff/v2 v2.13.1
github.com/shirou/gopsutil v3.21.2+incompatible
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.4 // indirect
github.com/urfave/cli v1.22.5
github.com/xtls/xray-core v1.4.2
golang.org/x/net v0.0.0-20210330230544-e57232859fb2
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.26.0
)