diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-04-01 22:58:13 +0200 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-04-01 22:58:13 +0200 |
commit | 1758ce649422255bd2faf482c02be71ce0783865 (patch) | |
tree | c4faa014bd905a949f5c563fa91d148dacea4888 /go.mod | |
parent | hehe (diff) | |
download | smith-1758ce649422255bd2faf482c02be71ce0783865.tar.gz smith-1758ce649422255bd2faf482c02be71ce0783865.tar.bz2 smith-1758ce649422255bd2faf482c02be71ce0783865.tar.xz smith-1758ce649422255bd2faf482c02be71ce0783865.tar.zst smith-1758ce649422255bd2faf482c02be71ce0783865.zip |
signing requests
Diffstat (limited to '')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ module smith go 1.16 require ( + github.com/ebuchman/go-shell-pipes v0.0.0-20150412091402-83e132480862 // indirect github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 // indirect github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 ) |