-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 915 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
27
module github.com/gnojus/nec
go 1.19
require (
github.com/adrg/xdg v0.4.0
github.com/alecthomas/kong v0.7.1
github.com/atotto/clipboard v0.1.4
github.com/gnojus/keyring v1.2.7
github.com/olebedev/when v0.0.0-20221205223600-4d190b02b8d8
github.com/staktrace/go-update v0.0.0-20210525161054-fc019945f9a2
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/AlekSi/pointer v1.0.0 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/ppacher/go-dbus-keyring v1.0.1 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.3.0 // indirect
)