ifconfig.io/go.mod

21 lines
776 B
Modula-2
Raw Normal View History

2018-12-27 22:12:12 +00:00
module github.com/georgyo/ifconfig.io
2022-08-02 16:57:53 +00:00
go 1.19
2019-03-18 23:19:26 +00:00
2018-12-27 22:12:12 +00:00
require (
2022-06-15 15:47:04 +00:00
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/validator/v10 v10.11.0 // indirect
2021-04-05 16:26:13 +00:00
github.com/golang/protobuf v1.5.2 // indirect
2022-01-05 17:23:33 +00:00
github.com/json-iterator/go v1.1.12
2021-04-05 16:26:13 +00:00
github.com/leodido/go-urn v1.2.1 // indirect
2022-01-04 22:07:59 +00:00
github.com/mattn/go-isatty v0.0.14 // indirect
2020-07-24 19:00:35 +00:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2022-06-15 15:47:04 +00:00
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pires/go-proxyproto v0.6.2
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220614195744-fb05da6f9022 // indirect
golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 // indirect
2022-01-04 22:07:59 +00:00
golang.org/x/text v0.3.7 // indirect
2021-04-05 16:26:13 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2018-12-27 22:12:12 +00:00
)