11 lines
251 B
Modula-2
11 lines
251 B
Modula-2
module github.com/tiburon-777/HW_OTUS/hw07_file_copying
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cheggaaa/pb/v3 v3.0.4
|
|
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|