12 lines
211 B
Modula-2
12 lines
211 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/mattn/go-sqlite3 v1.14.7
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|