-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
28 lines (25 loc) · 854 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
26
27
28
module github.com/bisohns/saido
go 1.18
require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/websocket v1.5.0
github.com/melbahja/goph v1.3.0
github.com/mitchellh/mapstructure v1.5.0
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.2.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/sftp v1.13.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)