-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.1 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.1 KB
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
29
30
31
32
module github.com/knadh/otpgateway/v3
go 1.19
require (
github.com/alicebob/miniredis v2.4.5+incompatible
github.com/aws/aws-sdk-go v1.41.9
github.com/go-chi/chi v4.1.2+incompatible
github.com/gomodule/redigo v2.0.0+incompatible
github.com/knadh/koanf v1.4.0
github.com/knadh/smtppool v0.4.0
github.com/knadh/stuffbin v1.1.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/zerodha/logf v0.5.5
)
require (
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/yuin/gopher-lua v0.0.0-20190125051437-7b9317363aa9 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)