13 lines
246 B
Modula-2
Raw Normal View History

2021-05-17 14:45:48 -04:00
module offline_twitter
go 1.16
2021-07-24 12:36:39 -07:00
require (
github.com/go-test/deep v1.0.7
github.com/jarcoal/httpmock v1.1.0
2021-07-24 12:36:39 -07:00
github.com/mattn/go-sqlite3 v1.14.7
github.com/sirupsen/logrus v1.8.1
2022-01-30 14:48:16 -08:00
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
2021-07-24 12:36:39 -07:00
)