Skip to content

Commit

Permalink
Update dependencies in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Jun 11, 2018
1 parent fe48814 commit 9829a2c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module "github.com/fd0/grobi"
module github.com/fd0/grobi

require (
"github.com/BurntSushi/xgb" v0.0.0-20160522181843-27f122750802
"github.com/jessevdk/go-flags" v1.3.0
"gopkg.in/yaml.v2" v1.1.1-gopkgin-v2.1.1
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
github.com/jessevdk/go-flags v1.4.0
gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
gopkg.in/yaml.v2 v2.2.1
)

0 comments on commit 9829a2c

Please sign in to comment.