-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 694 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/mritd/mmh
go 1.16
require (
github.com/fatih/color v1.14.1
github.com/gorilla/mux v1.8.0
github.com/json-iterator/go v1.1.12
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/sftp v1.13.5
github.com/spf13/cobra v1.6.1
github.com/xyproto/clip v0.3.1
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/xyproto/clip v0.3.1 => github.com/mritd/clip v0.3.2-0.20200817040708-ed826a857db0