otter_update_test/go.mod

12 lines
284 B
Modula-2
Raw Normal View History

2020-03-05 02:14:50 +00:00
module test
go 1.13
require (
github.com/Pallinder/go-randomdata v1.2.0
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2
github.com/go-sql-driver/mysql v1.5.0
golang.org/x/text v0.3.2 // indirect
)