diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ require ( github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9 github.com/corpix/uarand v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 - github.com/fatih/color v1.11.0 + github.com/fatih/color v1.12.0 github.com/go-git/go-billy/v5 v5.3.1 - github.com/go-git/go-git/v5 v5.4.0 + github.com/go-git/go-git/v5 v5.4.1 github.com/golang/protobuf v1.4.3 // indirect github.com/gorilla/mux v1.8.0 github.com/hashicorp/golang-lru v0.5.4 |