aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-11-10 13:14:42 +0100
committerGitHub <noreply@github.com>2019-11-10 13:14:42 +0100
commiteaf963164cad17f87999f8a781ff9b688729b31c (patch)
tree68ecd87689ee16ad3de5a0e77dc13ad618fb6962 /Gopkg.toml
parent318039df31b0846de85e6469d75c3fd5fe5a00a1 (diff)
parent965102f73c5a935bd35dde4ae27a187cdc5ad0ea (diff)
downloadgit-bug-eaf963164cad17f87999f8a781ff9b688729b31c.tar.gz
Merge pull request #242 from MichaelMure/gocui
termui: migrate to awesome-gocui instead of the old fork I had
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 4a88cbff..065a8e87 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -61,7 +61,7 @@
version = "0.9.2"
[[constraint]]
- name = "github.com/MichaelMure/gocui"
+ name = "github.com/awesome-gocui/gocui"
branch = "master"
[[override]]