diff options
author | Yiyao Guan <[email protected]> | 2018-06-30 23:57:08 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-30 23:57:08 +0800 |
commit | 0fc03a75052394a4b279aee04f57ba9ad0d78fc9 (patch) | |
tree | 898dfc56d29b5e4e4d5946911825d4a37c725f30 /go.mod | |
parent | f7e18871e076cebee979748731cf0e99abe42cb2 (diff) |
update vgo dependency
update dependency `gthub.com/spiral/goridge` to v2.1.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ require ( github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec github.com/spf13/pflag v1.0.1 github.com/spf13/viper v1.0.2 - github.com/spiral/goridge v1.0.4 + github.com/spiral/goridge v0.0.0-20180607130832-0351012be508 golang.org/x/crypto v0.0.0-20180614221331-a8fb68e7206f golang.org/x/sys v0.0.0-20180615093615-8014b7b116a6 golang.org/x/text v0.3.0 |