15 lines
304 B
Modula-2
15 lines
304 B
Modula-2
module offline_twitter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-test/deep v1.0.7
|
|
github.com/jarcoal/httpmock v1.1.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/term v0.5.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|