Old progress

This commit is contained in:
George Shammas
2020-06-14 20:40:47 +00:00
parent 2f4f8ce6c7
commit 0a0dc048e1
3 changed files with 518 additions and 49 deletions

15
go.mod
View File

@@ -1,8 +1,19 @@
module github.com/georgyo/ifconfig.io
go 1.12
go 1.13
require (
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
github.com/gin-gonic/gin v1.4.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
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
)