go mod tidy
... | ... | @@ -6,10 +6,14 @@ require ( |
github.com/njasm/marionette_client v0.0.7 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/thedevsaddam/gojsonq v2.3.0+incompatible | ||
github.com/valyala/fasthttp v1.37.0 | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f | ||
) | ||
require ( | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/klauspost/compress v1.15.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
) |
Please register or sign in to comment