xor-vigenere/go.mod

14 lines
399 B
Modula-2
Raw Normal View History

2022-10-16 17:05:18 +00:00
module xor-vigenere
go 1.19
require github.com/schollz/progressbar/v3 v3.11.0
require (
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
)