-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
103 lines (100 loc) · 4.45 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
module github.com/twsnmp/twsnmpfc
go 1.22
require (
github.com/Cistern/sflow v0.0.0-20240622235316-ed105e3cf9fb
github.com/PuerkitoBio/goquery v1.8.1
github.com/Songmu/timeout v0.4.0
github.com/beevik/ntp v0.3.0
github.com/chewxy/stl v1.3.1
github.com/codegaudi/go-iforest v0.0.1
github.com/dustin/go-humanize v1.0.0
github.com/gliderlabs/ssh v0.3.6
github.com/go-playground/validator v9.31.0+incompatible
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/gopacket v1.1.19
github.com/gosnmp/gosnmp v1.35.0
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/labstack/echo-jwt/v4 v4.2.0
github.com/labstack/echo/v4 v4.11.1
github.com/mdlayher/netx v0.0.0-20200512211805-669a06fde734
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/montanaflynn/stats v0.6.3
github.com/mrichman/godnsbl v1.0.0
github.com/openconfig/gnmi v0.11.0
github.com/openconfig/gnmic/pkg/api v0.1.8
github.com/oschwald/geoip2-golang v1.4.0
github.com/rakyll/statik v0.1.7
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
github.com/shirou/gopsutil/v3 v3.22.4
github.com/signalsciences/ipv4 v1.4.0
github.com/sleepinggenius2/gosmi v0.3.2
github.com/tehmaze/netflow v0.0.0-20170921210347-852af103667f
github.com/twsnmp/go-mibdb v0.0.0-20210104220414-91387072cee7
github.com/twsnmp/golof v1.0.0
github.com/twsnmp/lxi v0.3.2
github.com/twsnmp/rdap v0.9.1
github.com/vjeantet/grok v1.0.1
github.com/vmware/govmomi v0.24.0
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.31.0
golang.org/x/net v0.33.0
golang.org/x/text v0.21.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)
require (
cloud.google.com/go/compute/metadata v0.5.2 // indirect
github.com/AlekSi/pointer v1.2.0 // indirect
github.com/Songmu/wrapcommander v0.1.0 // indirect
github.com/alecthomas/participle v0.4.1 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/apache/arrow/go/arrow v0.0.0-20201229220542-30ce2eb5d4dc // indirect
github.com/bufbuild/protocompile v0.13.0 // indirect
github.com/chewxy/hm v1.0.0 // indirect
github.com/chewxy/math32 v1.0.6 // indirect
github.com/chewxy/tightywhities v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/flatbuffers v1.12.0 // indirect
github.com/jarcoal/httpmock v1.0.8 // indirect
github.com/jhump/protoreflect v1.16.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/openconfig/grpctunnel v0.1.0 // indirect
github.com/oschwald/maxminddb-golang v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/xtgo/set v1.0.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gonum.org/v1/gonum v0.8.2 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gorgonia.org/dawson v1.2.0 // indirect
gorgonia.org/tensor v0.9.20 // indirect
gorgonia.org/vecf32 v0.9.0 // indirect
gorgonia.org/vecf64 v0.9.0 // indirect
)