29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
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.1
|
|
github.com/go-playground/validator/v10 v10.14.1 // indirect
|
|
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.16.6 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/schollz/progressbar/v3 v3.13.1
|
|
github.com/spf13/cobra v1.7.0
|
|
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.7
|
|
golang.org/x/crypto v0.10.0 // indirect
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|