imgme

Temporary image hosting for IRC
git clone https://git.woozle.org/neale/imgme.git

Neale Pickett  ·  2024-01-24

go.mod

 1module git.woozle.org/neale/imgme
 2
 3go 1.21.5
 4
 5require (
 6	github.com/dsoprea/go-jpeg-image-structure v0.0.0-20221012074422-4f3f7e934102 // indirect
 7	github.com/scottleedavis/go-exif-remove v0.0.0-20230314195146-7e059d593405
 8)
 9
10require github.com/gabriel-vasile/mimetype v1.4.3
11
12require (
13	github.com/dsoprea/go-exif v0.0.0-20230826092837-6579e82b732d // indirect
14	github.com/dsoprea/go-exif/v2 v2.0.0-20230826092837-6579e82b732d // indirect
15	github.com/dsoprea/go-iptc v0.0.0-20200610044640-bc9ca208b413 // indirect
16	github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
17	github.com/dsoprea/go-photoshop-info-format v0.0.0-20200610045659-121dd752914d // indirect
18	github.com/dsoprea/go-png-image-structure v0.0.0-20210512210324-29b889a6093d // indirect
19	github.com/dsoprea/go-utility v0.0.0-20221003172846-a3e1774ef349 // indirect
20	github.com/go-errors/errors v1.5.1 // indirect
21	github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
22	github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
23	golang.org/x/net v0.20.0 // indirect
24	gopkg.in/yaml.v2 v2.4.0 // indirect
25)