33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/noqqe/serra
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.10.0 // indirect
|
|
github.com/charmbracelet/log v0.2.4 // indirect
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-playground/validator/v10 v10.15.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.0 // 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/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.mongodb.org/mongo-driver v1.12.1
|
|
golang.org/x/arch v0.5.0 // indirect
|
|
golang.org/x/net v0.15.0 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|