-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 765 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
module github.com/mhristof/paste
go 1.14
require (
github.com/MakeNowJust/heredoc v1.0.0
github.com/dlclark/regexp2 v1.8.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
github.com/subosito/gotenv v1.4.2 // indirect
github.com/test-go/testify v1.1.4 // indirect
github.com/tidwall/gjson v1.14.4
github.com/tidwall/pretty v1.2.1 // indirect
github.com/trustelem/zxcvbn v1.0.1
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
)