24 lines
829 B
Modula-2
24 lines
829 B
Modula-2
module github.com/noqqe/serra
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/gin-gonic/gin v1.9.0
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.15.15 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/montanaflynn/stats v0.7.0 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/schollz/progressbar/v3 v3.13.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.mongodb.org/mongo-driver v1.11.3
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|