mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
35 lines
1.1 KiB
AMPL
35 lines
1.1 KiB
AMPL
module github.com/wweir/sower
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cristalhq/aconfig v0.18.3
|
|
github.com/cristalhq/aconfig/aconfighcl v0.17.1
|
|
github.com/cristalhq/aconfig/aconfigtoml v0.17.1
|
|
github.com/cristalhq/aconfig/aconfigyaml v0.17.1
|
|
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
|
|
github.com/libp2p/go-reuseport v0.2.0
|
|
github.com/miekg/dns v1.1.53
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sower-proxy/conns v0.0.3
|
|
github.com/sower-proxy/deferlog v1.0.5
|
|
github.com/sower-proxy/mem v0.0.3
|
|
golang.org/x/crypto v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
|
github.com/rs/zerolog v1.29.1 // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/tools v0.8.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|