-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathgo.mod
37 lines (33 loc) · 1.18 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
37
module github.com/simulot/immich-go
go 1.22
toolchain go1.22.5
require (
github.com/gdamore/tcell/v2 v2.7.4
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/kr/pretty v0.3.1
github.com/melbahja/goph v1.4.0
github.com/navidys/tvxwidgets v0.7.0
github.com/psanford/memfs v0.0.0-20230130182539-4dbf7e3e865e
github.com/rivo/tview v0.0.0-20240616192244-23476fa0bab2
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/telemachus/humane v0.6.0
github.com/thlib/go-timezone-local v0.0.3
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
golang.org/x/sync v0.8.0
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/sftp v1.13.6 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
)