gh-ost/go.mod
Tim Vaillancourt 8c81334fad Use go modules
2020-08-13 17:34:41 +02:00

19 lines
612 B
Modula-2

module github.com/github/gh-ost
go 1.14
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/outbrain/golib v0.0.0-20200503083229-2531e5dbcc71
github.com/pkg/errors v0.9.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/siddontang/go-mysql v1.1.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
golang.org/x/text v0.3.3
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/warnings.v0 v0.1.2 // indirect
)