-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (22 loc) · 835 Bytes
/
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
module github.com/sector-f/eggchan
go 1.17
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lib/pq v1.10.4
github.com/spf13/cobra v1.3.0
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed
gopkg.in/guregu/null.v3 v3.5.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)