module github.com/dsoprea/go-exif/v3 go 1.12 // Development only // replace github.com/dsoprea/go-logging => ../../go-logging // replace github.com/dsoprea/go-utility => ../../go-utility require ( github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d github.com/dsoprea/go-utility v0.0.0-20200711062821-fab8125e9bdf github.com/golang/geo v0.0.0-20200319012246-673a6f80352d github.com/jessevdk/go-flags v1.4.0 golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect gopkg.in/yaml.v2 v2.3.0 )