This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
go.mod
36 lines (33 loc) · 1.4 KB
/
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
28
29
30
31
32
33
34
35
36
module github.com/rupor-github/win-gpg-agent
go 1.17
require (
github.com/Microsoft/go-winio v0.5.2
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
github.com/mitchellh/go-ps v1.0.0
github.com/pborman/getopt/v2 v2.1.0
github.com/rupor-github/gclpr v1.1.2
github.com/stretchr/testify v1.7.1
go.uber.org/config v1.4.0
go.uber.org/multierr v1.8.0
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
honnef.co/go/tools v0.3.0
)
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/atotto/clipboard v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/stretchr/objx v0.1.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)