Files
2023-02-27 23:15:15 -03:00

48 lines
1.7 KiB
Modula-2

module Havoc
go 1.18
require (
github.com/agext/levenshtein v1.2.3
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0
github.com/apparentlymart/go-textseg/v13 v13.0.0
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.12.0
github.com/fatih/structs v1.1.0
github.com/gin-gonic/gin v1.7.7
github.com/go-test/deep v1.0.7
github.com/google/go-cmp v0.5.6
github.com/gorilla/websocket v1.5.0
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-sqlite3 v1.14.16
github.com/mitchellh/go-wordwrap v1.0.1
github.com/olekukonko/tablewriter v0.0.5
github.com/sergi/go-diff v1.2.0
github.com/spf13/cobra v1.2.1
github.com/zclconf/go-cty v1.9.0
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b
golang.org/x/image v0.5.0
golang.org/x/text v0.7.0
)
require (
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)