...

Text file src/github.com/dsoprea/go-utility/v2/go.mod

Documentation: github.com/dsoprea/go-utility/v2

     1module github.com/dsoprea/go-utility/v2
     2
     3go 1.12
     4
     5// Development only
     6// replace github.com/dsoprea/go-exif/v3 => ../../go-exif/v3
     7
     8require (
     9	github.com/dsoprea/go-exif/v3 v3.0.0-20221003171958-de6cb6e380a8
    10	github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd
    11	github.com/go-errors/errors v1.4.2 // indirect
    12	github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
    13	golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
    14	gopkg.in/yaml.v2 v2.4.0 // indirect
    15)

View as plain text