MongoDB migrations made simple for go
mongodb migration db
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 19 lines 533 B view raw
1module tangled.org/softprops.tngl.sh/moose 2 3go 1.26.2 4 5require ( 6 github.com/google/go-cmp v0.7.0 7 go.mongodb.org/mongo-driver/v2 v2.6.0 8) 9 10require ( 11 github.com/klauspost/compress v1.18.5 // indirect 12 github.com/xdg-go/pbkdf2 v1.0.0 // indirect 13 github.com/xdg-go/scram v1.2.0 // indirect 14 github.com/xdg-go/stringprep v1.0.4 // indirect 15 github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect 16 golang.org/x/crypto v0.50.0 // indirect 17 golang.org/x/sync v0.20.0 // indirect 18 golang.org/x/text v0.36.0 // indirect 19)