ifconfig.io/go.mod

23 lines
870 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
2022-09-27 12:49:49 +00:00
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.9.11 // 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-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-09-27 12:49:49 +00:00
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
2022-06-15 15:47:04 +00:00
github.com/pires/go-proxyproto v0.6.2
2022-09-27 12:49:49 +00:00
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect
golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 // indirect
2022-01-04 22:07:59 +00:00
golang.org/x/text v0.3.7 // 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
)