diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-03-31 23:15:09 +0200 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-04-01 20:40:25 +0200 |
commit | f95b0644d953cc04c22b2258fe36e870d7db5f0d (patch) | |
tree | 464b40cabf6a85180ac336b385ea4c2e680115a2 /go.mod | |
parent | mrsmith_v0.0.1 (diff) | |
download | smith-f95b0644d953cc04c22b2258fe36e870d7db5f0d.tar.gz smith-f95b0644d953cc04c22b2258fe36e870d7db5f0d.tar.bz2 smith-f95b0644d953cc04c22b2258fe36e870d7db5f0d.tar.xz smith-f95b0644d953cc04c22b2258fe36e870d7db5f0d.tar.zst smith-f95b0644d953cc04c22b2258fe36e870d7db5f0d.zip |
0.0.1.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module smith go 1.16 -require github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 // indirect +require ( + github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 // indirect + github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 +) |