22 lines
946 B
Modula-2
22 lines
946 B
Modula-2
module github.com/georgyo/ifconfig.io
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/bifurcation/mint v0.0.0-20190129141059-83ba9bc2ead9 // indirect
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
|
|
github.com/lucas-clemente/quic-go v0.10.1
|
|
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/ugorji/go/codec v0.0.0-20190316192920-e2bddce071ad // indirect
|
|
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
|
|
golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|