module github.com/c3sr/image go 1.15 replace google.golang.org/grpc => google.golang.org/grpc v1.29.1 replace github.com/uber/jaeger => github.com/jaegertracing/jaeger v1.22.0 replace github.com/jaegertracing/jaeger => github.com/uber/jaeger v1.22.0 require ( github.com/GeertJohan/go-sourcepath v0.0.0-20150925135350-83e8b8723a9b github.com/anthonynsimon/bild v0.13.0 github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b github.com/c3sr/config v1.0.1 github.com/c3sr/cpu v1.0.0 github.com/c3sr/go-libjpeg v1.0.0 github.com/c3sr/logger v1.0.1 github.com/c3sr/tracer v1.0.0 github.com/disintegration/imaging v1.6.2 github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.8.1 github.com/stretchr/testify v1.7.0 golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 )