mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-03-04 04:21:17 +00:00
9 lines
149 B
Modula-2
9 lines
149 B
Modula-2
module github.com/georgyo/ifconfig.io
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.4.0
|
|
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
|
|
)
|