15 lines
304 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
2022-03-06 19:17:43 -08:00
github.com/jmoiron/sqlx v1.3.4
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
2023-02-17 13:07:12 -05:00
golang.org/x/term v0.5.0
gopkg.in/yaml.v2 v2.4.0
2021-07-24 12:36:39 -07:00
)