Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
franckverrot committed Aug 8, 2020
1 parent 2a3fc80 commit e04f88a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 482 deletions.
17 changes: 12 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ module github.com/franckverrot/trek
go 1.12

require (
github.com/goreleaser/goreleaser v0.118.2 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hashicorp/nomad/api v0.0.0-20191001184543-56fb3de0edb6
github.com/docker/go-units v0.4.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/nomad/api v0.0.0-20200807223033-5da78b72da73
github.com/jroimartin/gocui v0.4.0
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
github.com/stretchr/testify v1.6.1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading

0 comments on commit e04f88a

Please sign in to comment.