Skip to content

Commit

Permalink
bump modules and add bump_modules script
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Dec 18, 2018
1 parent a1b688f commit c14a4ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/heroku/rollrus v0.0.0-20180515183152-fc0cef2ff331
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/jesseduffield/go-getter v0.0.0-20180822080847-906e15686e63
github.com/jesseduffield/gocui v0.0.0-20180921065632-03e26ff3f1de
github.com/jesseduffield/gocui v0.0.0-20181209104758-fe55a32c8a4c
github.com/jesseduffield/termbox-go v0.0.0-20180919093808-1e272ff78dcb
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
Expand Down
5 changes: 5 additions & 0 deletions scripts/bump_modules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

GO111MODULE=on
mv go.mod /tmp/
go mod init

0 comments on commit c14a4ee

Please sign in to comment.