-
- Downloads
add update function
... | @@ -5,6 +5,7 @@ go 1.16 | ... | @@ -5,6 +5,7 @@ go 1.16 |
require ( | require ( | ||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 | github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 | ||
github.com/go-ini/ini v1.62.0 | github.com/go-ini/ini v1.62.0 | ||
github.com/hashicorp/go-version v1.3.0 | |||
github.com/smartystreets/goconvey v1.6.4 // indirect | github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/tidwall/gjson v1.8.0 | github.com/tidwall/gjson v1.8.0 | ||
gopkg.in/ini.v1 v1.62.0 // indirect | gopkg.in/ini.v1 v1.62.0 // indirect | ||
... | ... |
Please register or sign in to comment