Skip to content

Commit

Permalink
Switch from Glide to Go modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Dec 6, 2018
1 parent 59010be commit c6a0bba
Show file tree
Hide file tree
Showing 40 changed files with 14 additions and 5,592 deletions.
8 changes: 0 additions & 8 deletions glide.lock

This file was deleted.

3 changes: 0 additions & 3 deletions glide.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module github.com/jmhobbs/terminal-parrot

require (
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
github.com/mattn/go-runewidth v0.0.0-20161012013512-737072b4e32b h1:idzeyUe3K4aU/SIZWMykIkJJyTD7CgDkxUQEjV07fno=
github.com/mattn/go-runewidth v0.0.0-20161012013512-737072b4e32b/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8BzLR4=
github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/nsf/termbox-go v0.0.0-20161205194251-abe82ce5fb7a h1:JbDkPy70t0IWlnEvNb5TsmOOpKp/0UkPk2FMek2mOGM=
github.com/nsf/termbox-go v0.0.0-20161205194251-abe82ce5fb7a/go.mod h1:IuKpRQcYE1Tfu+oAQqaLisqDeXgjyyltCfsaoYN18NQ=
github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed h1:bAVGG6B+R5qpSylrrA+BAMrzYkdAoiTaKPVxRB+4cyM=
github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed/go.mod h1:IuKpRQcYE1Tfu+oAQqaLisqDeXgjyyltCfsaoYN18NQ=
8 changes: 0 additions & 8 deletions vendor/github.com/mattn/go-runewidth/.travis.yml

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/mattn/go-runewidth/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/mattn/go-runewidth/README.mkd

This file was deleted.

Loading

0 comments on commit c6a0bba

Please sign in to comment.