go.mod 594 B

1234567891011121314151617
  1. module github.com/cloudflare/mitmengine
  2. go 1.12
  3. require (
  4. github.com/BurntSushi/toml v0.3.1 // indirect
  5. github.com/avct/uasurfer v0.0.0-20180301140507-c4be5581ec96
  6. github.com/goamz/goamz v0.0.0-20180131231218-8b901b531db8
  7. github.com/mitchellh/mapstructure v1.1.2 // indirect
  8. github.com/spf13/cast v1.3.0 // indirect
  9. github.com/spf13/pflag v1.0.3 // indirect
  10. github.com/spf13/viper v1.2.1
  11. github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
  12. golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
  13. golang.org/x/tools v0.0.0-20181207222222-4c874b978acb
  14. )