2018-12-27 22:12:12 +00:00
|
|
|
module github.com/georgyo/ifconfig.io
|
|
|
|
|
2020-06-14 20:40:47 +00:00
|
|
|
go 1.13
|
2019-03-18 23:19:26 +00:00
|
|
|
|
2018-12-27 22:12:12 +00:00
|
|
|
require (
|
2020-06-28 12:57:25 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-11-16 02:04:25 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
2021-04-05 16:26:13 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2020-06-28 12:57:25 +00:00
|
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
2021-04-05 16:26:13 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2020-07-24 19:00:35 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2021-04-05 16:26:13 +00:00
|
|
|
github.com/pires/go-proxyproto v0.5.0
|
|
|
|
github.com/ugorji/go v1.2.5 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2018-12-27 22:12:12 +00:00
|
|
|
)
|