+4
−5
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -18,7 +18,7 @@ require ( | ||
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
|
||
github.com/jackc/pgtype v1.8.1
|
||
github.com/jackc/pgx/v4 v4.13.0
|
||
github.com/rubenv/sql-migrate v0.0.0-20210408115534-a32ed26c37ea
|
||
github.com/rubenv/sql-migrate v1.1.1
|
||
github.com/stretchr/testify v1.7.0
|
||
github.com/uber-go/tally/v4 v4.1.1
|
||
go.uber.org/atomic v1.9.0
|
||
| @@ -50,6 +50,7 @@ require ( | ||
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
|
||
github.com/felixge/httpsnoop v1.0.1 // indirect
|
||
github.com/ghodss/yaml v1.0.0 // indirect
|
||
github.com/go-gorp/gorp/v3 v3.0.2 // indirect
|
||
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
||
github.com/golang/glog v1.0.0 // indirect
|
||
github.com/golang/protobuf v1.5.2 // indirect
|
||
| @@ -68,11 +69,9 @@ require ( | ||
github.com/prometheus/common v0.29.0 // indirect
|
||
github.com/prometheus/procfs v0.6.0 // indirect
|
||
github.com/twmb/murmur3 v1.1.6 // indirect
|
||
github.com/ziutek/mymysql v1.5.4 // indirect
|
||
go.uber.org/multierr v1.6.0 // indirect
|
||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
|
||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
|
||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
||
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
||
golang.org/x/text v0.3.7 // indirect
|
||
gopkg.in/gorp.v1 v1.7.2 // indirect
|
||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||
) |
||
+174
−53
File changed.
Preview size limit exceeded, changes collapsed.
+1
−0
+7
−42
+20
−2
Loading