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
|
2022-10-21 03:00:17 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
|
|
|
github.com/pires/go-proxyproto v0.6.2
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
2022-09-27 12:49:49 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.11.1 // indirect
|
2022-12-07 00:57:16 +00:00
|
|
|
github.com/goccy/go-json v0.10.0 // indirect
|
2021-04-05 16:26:13 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2022-09-27 12:49:49 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2020-07-24 19:00:35 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2022-10-21 03:00:17 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-12-07 00:57:16 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
2022-10-21 03:00:17 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
2022-12-07 00:57:16 +00:00
|
|
|
golang.org/x/crypto v0.3.0 // indirect
|
|
|
|
golang.org/x/net v0.3.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // indirect
|
2022-09-27 12:49:49 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // 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
|
|
|
)
|