-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
50 lines (46 loc) · 1.91 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
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/jmattheis/website
go 1.21.4
toolchain go1.22.1
require (
git.mills.io/prologic/go-gopher v0.0.0-20220331140345-72e36e5710a1
git.sr.ht/~adnano/go-gemini v0.2.4
github.com/DevelHell/popgun v0.0.0-20170926125504-2c5552e4bf74
github.com/NYTimes/gziphandler v1.1.1
github.com/distribution/distribution/v3 v3.0.0-alpha.1
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-message v0.18.0
github.com/fclairamb/ftpserver v0.0.0-20200221221851-84e5d668e655
github.com/gernest/front v0.0.0-20210301115436-8a0b0a782d0a
github.com/gliderlabs/ssh v0.3.6
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47
github.com/gorilla/feeds v1.1.2
github.com/gorilla/websocket v1.5.1
github.com/grokify/html-strip-tags-go v0.1.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/miekg/dns v1.1.58
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2
github.com/pin/tftp/v3 v3.1.0
github.com/rs/zerolog v1.32.0
golang.org/x/crypto v0.21.0
golang.org/x/term v0.18.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)