48 lines
1.9 KiB
Modula-2
48 lines
1.9 KiB
Modula-2
module gitlab.com/inetmock/inetmock
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/bwmarrin/snowflake v0.3.0
|
|
github.com/containerd/cgroups v1.0.1 // indirect
|
|
github.com/containerd/containerd v1.5.0-rc.2 // indirect
|
|
github.com/docker/docker v20.10.6+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/mock v1.5.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/uuid v1.2.0
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/jinzhu/copier v0.3.0
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mattn/go-runewidth v0.0.12 // indirect
|
|
github.com/maxatome/go-testdeep v1.9.2
|
|
github.com/miekg/dns v1.1.41
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pelletier/go-toml v1.9.0 // indirect
|
|
github.com/prometheus/client_golang v1.10.0
|
|
github.com/prometheus/common v0.21.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/testcontainers/testcontainers-go v0.10.0
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.uber.org/multierr v1.6.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
|
|
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210423144448-3a41ef94ed2b // indirect
|
|
google.golang.org/grpc v1.37.0
|
|
google.golang.org/protobuf v1.26.0
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|