diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,14 +4,14 @@ go 1.11 require ( github.com/99designs/gqlgen v0.10.3-0.20200205113530-b941b970f0b6 - github.com/MichaelMure/go-term-text v0.2.4 + github.com/MichaelMure/go-term-text v0.2.6 github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986 github.com/blang/semver v3.5.1+incompatible 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.7.0 + github.com/fatih/color v1.9.0 github.com/go-errors/errors v1.0.1 github.com/gorilla/mux v1.7.3 github.com/hashicorp/golang-lru v0.5.4 // indirect @@ -27,7 +27,7 @@ require ( github.com/stretchr/testify v1.4.0 github.com/theckman/goconstraint v1.11.0 github.com/vektah/gqlparser v1.2.1 - github.com/xanzy/go-gitlab v0.22.1 + github.com/xanzy/go-gitlab v0.24.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 golang.org/x/sync v0.0.0-20190423024810-112230192c58 |