mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
feat: migrate to golang 1.18
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module github.com/wweir/sower
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/cristalhq/aconfig v0.16.8
|
||||
@@ -8,27 +8,26 @@ require (
|
||||
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.46
|
||||
github.com/oschwald/geoip2-golang v1.6.1
|
||||
github.com/libp2p/go-reuseport v0.2.0
|
||||
github.com/miekg/dns v1.1.48
|
||||
github.com/oschwald/geoip2-golang v1.7.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/sower-proxy/conns v0.0.1
|
||||
github.com/sower-proxy/deferlog v1.0.1
|
||||
github.com/sower-proxy/mem v0.0.2
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
||||
github.com/sower-proxy/conns v0.0.2
|
||||
github.com/sower-proxy/deferlog v1.0.3
|
||||
github.com/sower-proxy/mem v0.0.3-0.20220430030119-3c1d685997ce
|
||||
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.0.0 // indirect
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
|
||||
github.com/oschwald/maxminddb-golang v1.9.0 // indirect
|
||||
github.com/rs/zerolog v1.26.1 // indirect
|
||||
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 // indirect
|
||||
golang.org/x/mod v0.5.1 // indirect
|
||||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
||||
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
golang.org/x/tools v0.1.9 // indirect
|
||||
golang.org/x/mod v0.4.2 // indirect
|
||||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
||||
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
|
||||
golang.org/x/text v0.3.6 // indirect
|
||||
golang.org/x/tools v0.1.7 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user