@@ -7,40 +7,36 @@ require (
7
7
git.sr.ht/~adnano/go-gemini v0.2.4
8
8
github.com/DevelHell/popgun v0.0.0-20170926125504-2c5552e4bf74
9
9
github.com/NYTimes/gziphandler v1.1.1
10
+ github.com/distribution/distribution/v3 v3.0.0-alpha.1
10
11
github.com/emersion/go-imap v1.2.1
11
12
github.com/emersion/go-message v0.18.0
12
13
github.com/fclairamb/ftpserver v0.0.0-20200221221851-84e5d668e655
13
14
github.com/gernest/front v0.0.0-20210301115436-8a0b0a782d0a
14
15
github.com/gliderlabs/ssh v0.3.6
15
- github.com/gobuffalo/packr/v2 v2.8.3
16
16
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47
17
17
github.com/gorilla/feeds v1.1.2
18
18
github.com/gorilla/websocket v1.5.1
19
19
github.com/grokify/html-strip-tags-go v0.1.0
20
+ github.com/hashicorp/golang-lru/v2 v2.0.7
20
21
github.com/miekg/dns v1.1.58
22
+ github.com/opencontainers/go-digest v1.0.0
23
+ github.com/opencontainers/image-spec v1.0.2
24
+ github.com/pin/tftp/v3 v3.1.0
21
25
github.com/rs/zerolog v1.32.0
22
26
golang.org/x/crypto v0.21.0
23
27
)
24
28
25
29
require (
26
30
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
31
+ github.com/distribution/reference v0.5.0 // indirect
27
32
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
28
33
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
29
34
github.com/go-kit/kit v0.10.0 // indirect
30
35
github.com/go-logfmt/logfmt v0.5.0 // indirect
31
- github.com/gobuffalo/logger v1.0.6 // indirect
32
- github.com/gobuffalo/packd v1.0.1 // indirect
33
- github.com/karrick/godirwalk v1.16.1 // indirect
34
- github.com/markbates/errx v1.1.0 // indirect
35
- github.com/markbates/oncer v1.0.0 // indirect
36
- github.com/markbates/safe v1.0.1 // indirect
37
36
github.com/mattn/go-colorable v0.1.13 // indirect
38
37
github.com/mattn/go-isatty v0.0.19 // indirect
39
38
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
40
- github.com/pin/tftp/v3 v3.1.0 // indirect
41
39
github.com/sasha-s/go-deadlock v0.3.1 // indirect
42
- github.com/sirupsen/logrus v1.8.1 // indirect
43
- github.com/stretchr/testify v1.8.1 // indirect
44
40
golang.org/x/mod v0.14.0 // indirect
45
41
golang.org/x/net v0.21.0 // indirect
46
42
golang.org/x/sys v0.18.0 // indirect
0 commit comments