aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-11-03 20:47:29 +0100
committerMichael Muré <batolettre@gmail.com>2019-11-03 20:47:29 +0100
commitcb8236c9c22007eb622b7219c58d3342f1f53d50 (patch)
treee232e5362486065d9b28bb55b9791690efb50c08 /Gopkg.toml
parent163ea9c93306c387f84ff0b85c2d8fca4c01e449 (diff)
downloadgit-bug-cb8236c9c22007eb622b7219c58d3342f1f53d50.tar.gz
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]]