35 lines
1.4 KiB
Modula-2
35 lines
1.4 KiB
Modula-2
module github.com/noqqe/serra
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.10.2 // indirect
|
|
github.com/charmbracelet/lipgloss v0.9.1 // indirect
|
|
github.com/charmbracelet/log v0.2.5
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-playground/validator/v10 v10.15.5 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/klauspost/compress v1.17.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // 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/sync v0.4.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
|
|
)
|