You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module git.runcible.io/androiddrew/flux-feed
|
|
|
|
|
|
|
|
go 1.22.5
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
|
|
github.com/golang-migrate/migrate/v4 v4.17.1 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/jmoiron/sqlx v1.4.0 // indirect
|
|
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
|
|
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
|
|
|
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
|
|
|
|
github.com/tursodatabase/go-libsql v0.0.0-20240725130945-f44f2b84c8c8 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
|
|
|
|
)
|