18 lines
449 B
Modula-2
18 lines
449 B
Modula-2
module gitlab.com/offline-twitter/twitter_offline_engine
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
|
github.com/andybalholm/cascadia v1.3.2
|
|
github.com/go-test/deep v1.0.7
|
|
github.com/google/uuid v1.1.1
|
|
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/net v0.9.0
|
|
golang.org/x/term v0.7.0
|
|
)
|