-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
24 lines (22 loc) · 847 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
module github.com/koderhut/safenotes
go 1.14
require (
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/lajosbencz/glo v0.1.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/xhit/go-simple-mail/v2 v2.10.0
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/ini.v1 v1.66.3 // indirect
)