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-14 20:40:47 +00:00
|
|
|
github.com/foomo/simplecert v1.6.2
|
|
|
|
github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9
|
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/gin-contrib/static v0.0.0-20190913125243-df30d4057ba1
|
|
|
|
github.com/gin-gonic/autotls v0.0.0-20190904071645-689297a2fe35
|
2019-08-20 19:25:55 +00:00
|
|
|
github.com/gin-gonic/gin v1.4.0
|
2020-06-14 20:40:47 +00:00
|
|
|
github.com/json-iterator/go v1.1.8 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
|
|
|
|
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
2018-12-27 22:12:12 +00:00
|
|
|
)
|