-
Notifications
You must be signed in to change notification settings - Fork 61
/
go.mod
28 lines (25 loc) · 1.08 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
module github.com/pinterest/bender
go 1.17
require (
github.com/apache/thrift v0.16.0
github.com/insomniacslk/dhcp v0.0.0-20230301142404-3e45eea5edd7
github.com/mdlayher/netx v0.0.0-20220422152302-c711c2f8512f
github.com/miekg/dns v1.1.48
github.com/pin/tftp v2.1.0+incompatible
)
require (
github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/smartystreets/assertions v1.13.0 // indirect
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)