-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
24 lines (22 loc) · 924 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
module github.com/tumi8/goscanner
go 1.13
require (
github.com/DataDog/zstd v1.4.5
github.com/bt51/ntpclient v0.0.0-20140310165113-3045f71e2530
github.com/golang/protobuf v1.3.1 // indirect
github.com/hdm/jarm-go v0.0.7 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/kr/pretty v0.2.0 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.19.0
github.com/tumi8/ssh v0.0.0-20170913080928-6e772825dc10
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)