forked from gofr-dev/gofr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.work
More file actions
25 lines (23 loc) · 640 Bytes
/
go.work
File metadata and controls
25 lines (23 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
go 1.24.0
toolchain go1.24.0
use (
.
./examples/using-add-filestore
./pkg/gofr/datasource/arangodb
./pkg/gofr/datasource/cassandra
./pkg/gofr/datasource/clickhouse
./pkg/gofr/datasource/dgraph
./pkg/gofr/datasource/elasticsearch
./pkg/gofr/datasource/file/ftp
./pkg/gofr/datasource/file/s3
./pkg/gofr/datasource/file/sftp
./pkg/gofr/datasource/kv-store/badger
./pkg/gofr/datasource/kv-store/nats
./pkg/gofr/datasource/mongo
./pkg/gofr/datasource/opentsdb
./pkg/gofr/datasource/pubsub/eventhub
./pkg/gofr/datasource/pubsub/nats
./pkg/gofr/datasource/scylladb
./pkg/gofr/datasource/solr
./pkg/gofr/datasource/surrealdb
)