-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
27 lines (25 loc) · 947 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/blankon/irgsh-go
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/RichardKnop/machinery v1.5.5
github.com/ghodss/yaml v1.0.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/google/uuid v1.1.0
github.com/hpcloud/tail v1.0.0
github.com/imroc/req v0.2.3
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jinzhu/configor v1.0.0
github.com/julienschmidt/httprouter v1.3.0
github.com/leodido/go-urn v1.1.0 // indirect
github.com/manifoldco/promptui v0.3.2
github.com/stretchr/testify v1.2.2
github.com/urfave/cli v1.20.0
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/go-playground/validator.v9 v9.27.0
gopkg.in/src-d/go-git.v4 v4.8.1
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.2.1
mvdan.cc/sh v2.6.4+incompatible // indirect
)
go 1.13