@@ -4,20 +4,22 @@ go 1.14
4
4
5
5
require (
6
6
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
7
- github.com/aliyun/alibaba-cloud-sdk-go v1.61.174 // indirect
8
7
github.com/aliyun/aliyun-oss-go-sdk v2.1.0+incompatible
8
+ github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
9
9
github.com/cuisongliu/sshcmd v1.5.2
10
10
github.com/drone/drone-go v1.3.1
11
11
github.com/fsnotify/fsnotify v1.4.9 // indirect
12
12
github.com/ghodss/yaml v1.0.0
13
13
github.com/gin-gonic/gin v1.6.3
14
14
github.com/go-ole/go-ole v1.2.4 // indirect
15
+ github.com/hashicorp/go-version v1.2.1 // indirect
15
16
github.com/koding/logging v0.0.0-20160720134017-8b5a689ed69b // indirect
16
17
github.com/koding/vagrantutil v0.0.0-20180710063911-70827343f116
17
18
github.com/mitchellh/go-homedir v1.1.0
18
19
github.com/mitchellh/mapstructure v1.3.3 // indirect
19
20
github.com/pelletier/go-toml v1.8.0 // indirect
20
21
github.com/prometheus/client_golang v1.7.1
22
+ github.com/satori/go.uuid v1.2.0 // indirect
21
23
github.com/shirou/gopsutil v2.20.3+incompatible
22
24
github.com/sirupsen/logrus v1.4.2
23
25
github.com/spf13/afero v1.3.3 // indirect
@@ -26,9 +28,10 @@ require (
26
28
github.com/spf13/jwalterweatherman v1.1.0 // indirect
27
29
github.com/spf13/pflag v1.0.5 // indirect
28
30
github.com/spf13/viper v1.7.1
31
+ github.com/wangle201210/githubapi v0.0.0-20200804144924-cde7bbdc36ab
29
32
github.com/wonderivan/logger v1.0.0
30
33
github.com/ysicing/ginmid v0.2.1
31
- github.com/ysicing/go-utils v0.2.5
34
+ github.com/ysicing/go-utils v0.3.1
32
35
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
33
36
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
34
37
golang.org/x/text v0.3.3 // indirect
0 commit comments