-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (32 loc) · 1.3 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/CmdrVasquess/watched
go 1.21.5
require (
git.fractalqb.de/fractalqb/eloc v0.1.0
git.fractalqb.de/fractalqb/gomk v0.10.1
git.fractalqb.de/fractalqb/qblog v0.14.3
git.fractalqb.de/fractalqb/sllm/v3 v3.0.0-beta.2
github.com/anthonynsimon/bild v0.13.0
github.com/mitchellh/mapstructure v1.5.0
github.com/rjeczalik/notify v0.9.3
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/dsoprea/go-iptc v0.0.0-20200610044640-bc9ca208b413 // indirect
github.com/dsoprea/go-jpeg-image-structure/v2 v2.0.0-20221012074422-4f3f7e934102 // indirect
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200610045659-121dd752914d // indirect
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
golang.org/x/net v0.19.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
git.fractalqb.de/fractalqb/daq v0.1.0
git.fractalqb.de/fractalqb/testerr v0.0.0-20231216202338-5365a38895fa
github.com/dsoprea/go-exif/v3 v3.0.1 // indirect
github.com/sfomuseum/go-exif-update v0.1.2
golang.org/x/image v0.14.0
golang.org/x/sys v0.15.0 // indirect
)