You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
551 B
Modula-2
16 lines
551 B
Modula-2
module git.buddy.wtf/buddy/what-is-my-ip
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/GeertJohan/go.rice v0.0.0-20170420135705-c02ca9a983da
|
|
github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect
|
|
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
|
|
github.com/gorilla/mux v1.4.0 // indirect
|
|
github.com/gorilla/pat v0.0.0-20160413041632-cf955c3d1f2c
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/urfave/cli v1.19.1
|
|
github.com/urfave/negroni v0.2.0
|
|
)
|