diff options
Diffstat (limited to 'vendor/github.com/dsoprea/go-photoshop-info-format/go.mod')
-rw-r--r-- | vendor/github.com/dsoprea/go-photoshop-info-format/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/dsoprea/go-photoshop-info-format/go.mod b/vendor/github.com/dsoprea/go-photoshop-info-format/go.mod new file mode 100644 index 000000000..02736b552 --- /dev/null +++ b/vendor/github.com/dsoprea/go-photoshop-info-format/go.mod @@ -0,0 +1,5 @@ +module github.com/dsoprea/go-photoshop-info-format + +go 1.13 + +require github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d |