-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
23 lines (20 loc) · 920 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/jtbonhomme/gotp
go 1.15
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
require (
github.com/99designs/keyring v1.1.6
github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737 // indirect
github.com/atotto/clipboard v0.1.2
github.com/axw/gocov v1.0.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/go-openapi/strfmt v0.19.4 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/jpoles1/gopherbadger v2.4.0+incompatible // indirect
github.com/matm/gocov-html v0.0.0-20200509184451-71874e2e203b // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/pquerna/otp v1.3.0
github.com/stretchr/testify v1.3.0
github.com/vektra/mockery/v2 v2.6.0 // indirect
golang.org/x/tools v0.1.0 // indirect
)