-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 1.06 KB
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 1.06 KB
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
module github.com/ppphp/portago
require (
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/jzelinskie/whirlpool v0.0.0-20170603002051-c19460b8caa6
github.com/kisielk/og-rek v1.2.0
github.com/martinlindhe/gogost v0.0.0-20170914195721-31862914ae20
github.com/noaway/dateparse v0.0.0-20171117034806-ad2b19d7b298
github.com/pkg/xattr v0.4.1
github.com/ppphp/configparser v0.0.0-20190708190048-9ca95707ffee
github.com/ppphp/shlex v0.0.0-20190610181805-4397eecd96b9
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/opencontainers/selinux v1.10.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tudurom/ttyname v0.0.0-20180413195752-f68e701b3b18 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
go 1.18