diff options
author | Wolfy-J <[email protected]> | 2019-05-04 18:47:12 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 18:47:12 +0300 |
commit | 17c259e8e0a7988b4336643c4d180733663dbaa3 (patch) | |
tree | 157faa2b009e648ba17fbce86fa6ac2a08ade42a /go.mod | |
parent | 5f0fa44cc1b2ad377eb0832ec7e4f2337fc843b4 (diff) |
real ip + better stop sequence
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ require ( github.com/spf13/viper v1.3.1 github.com/spiral/goridge v2.1.3+incompatible github.com/stretchr/testify v1.2.2 + github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect golang.org/x/net v0.0.0-20181017193950-04a2e542c03f gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) |