2022-05-19 15:07:49 +00:00
|
|
|
module git.netflux.io/rob/elon-eats-my-tweets
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
2022-05-19 23:03:11 +00:00
|
|
|
github.com/go-chi/chi v1.5.4
|
2022-05-20 19:52:54 +00:00
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
|
github.com/stretchr/testify v1.7.1
|
|
|
|
go.uber.org/zap v1.21.0
|
2022-05-19 19:51:12 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-05-20 19:52:54 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-05-19 19:51:12 +00:00
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
2022-05-19 23:03:11 +00:00
|
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
2022-05-20 20:57:45 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-05-20 00:26:42 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
2022-05-20 20:57:45 +00:00
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
github.com/jackc/pgconn v1.12.1 // indirect
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
|
github.com/jackc/pgtype v1.11.0 // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.16.1 // indirect
|
|
|
|
github.com/jackc/puddle v1.2.1 // indirect
|
2022-05-20 19:52:54 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-05-20 20:57:45 +00:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2022-05-20 19:52:54 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2022-05-20 20:57:45 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
2022-05-19 19:51:12 +00:00
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
2022-05-20 20:57:45 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-05-19 19:51:12 +00:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2022-05-20 19:52:54 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2022-05-19 15:07:49 +00:00
|
|
|
)
|