-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 966 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/dafanasiev/OTPCredentialProvider-backend
go 1.13
require (
github.com/balasanjay/totp v0.0.0-20170916044655-9daf9d6ff090
github.com/golang/protobuf v1.3.2
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-sqlite3 v2.0.2+incompatible
github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.8.1
github.com/qpliu/qrencode-go v0.0.0-20170225035013-ad8353b4581f // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f // indirect
google.golang.org/grpc v1.26.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)