-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
26 lines (23 loc) · 839 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
25
26
module github.com/MeneDev/yubi-oath-vpn
go 1.19
require (
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
github.com/google/gousb v1.1.2
github.com/gotk3/gotk3 v0.6.1
github.com/jessevdk/go-flags v1.5.0
github.com/jochenvg/go-udev v0.0.0-20171110120927-d6b62d56d37b
github.com/looplab/fsm v0.3.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.27.0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jkeiser/iter v0.0.0-20140714165249-67b94d6149c6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)