ifconfig.io/go.mod

17 lines
609 B
Modula-2
Raw Normal View History

2018-12-27 22:12:12 +00:00
module github.com/georgyo/ifconfig.io
2019-03-18 23:19:26 +00:00
go 1.12
2018-12-27 22:12:12 +00:00
require (
2019-03-18 23:19:26 +00:00
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
2018-12-27 22:12:12 +00:00
github.com/gin-gonic/gin v1.3.0
2019-03-18 23:19:26 +00:00
github.com/golang/protobuf v1.3.1 // indirect
github.com/json-iterator/go v1.1.6 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
2018-12-27 22:12:12 +00:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
2019-03-18 23:19:26 +00:00
github.com/ugorji/go/codec v0.0.0-20190316192920-e2bddce071ad // indirect
2018-12-27 22:12:12 +00:00
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)