mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
30 lines
1004 B
AMPL
30 lines
1004 B
AMPL
module github.com/wweir/sower
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/cristalhq/aconfig v0.16.8
|
|
github.com/cristalhq/aconfig/aconfighcl v0.16.1
|
|
github.com/cristalhq/aconfig/aconfigtoml v0.16.1
|
|
github.com/cristalhq/aconfig/aconfigyaml v0.16.1
|
|
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
|
|
github.com/libp2p/go-reuseport v0.1.0
|
|
github.com/miekg/dns v1.1.43
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
|
|
github.com/wweir/deferlog v0.1.0
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
|
|
github.com/rs/zerolog v1.23.0 // indirect
|
|
golang.org/x/net v0.0.0-20211109214657-ef0fda0de508 // indirect
|
|
golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|