Update Makefile
... | ... | @@ -7,13 +7,16 @@ go 1.16 |
require ( | ||
github.com/akavel/rsrc v0.10.2 // indirect | ||
github.com/bketelsen/crypt v0.0.4 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/josephspurrier/goversioninfo v1.3.0 // indirect | ||
github.com/logrusorgru/aurora v2.0.3+incompatible | ||
github.com/mna/pigeon v1.1.0 // indirect | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/spf13/cobra v1.3.0 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/mod v0.5.1 // indirect | ||
golang.org/x/sys v0.0.0-20211109065445-02f5c0300f6e // indirect | ||
golang.org/x/tools v0.1.7 // indirect | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
golang.org/x/tools v0.1.8 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment