forked from mrz1836/paymail-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 804 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/mrz1836/paymail-inspector
go 1.15
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/dgraph-io/badger/v2 v2.2007.4
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/go-resty/resty/v2 v2.6.0
github.com/golang/glog v1.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mrz1836/go-sanitize v1.1.5
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/tonicpow/go-paymail v0.2.12
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
)