summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-31 14:53:29 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-02-11 17:39:04 +0100
commitecaa22111ee8e34111080139e1e8a92b90e30158 (patch)
tree65f34061265cb346e5380416ba806b92a010fe13 /go.mod
parent6da07c8be89be0d40e8bdae9d773bfb5d2d33ad9 (diff)
[feat] add prometheus instrumentation
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 89224d7..b81e92b 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,9 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
github.com/gorilla/mux v1.7.3 // indirect
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
+ github.com/modern-go/reflect2 v1.0.1 // indirect
+ github.com/prometheus/client_golang v1.4.0
github.com/reiver/go-oi v1.0.0 // indirect
github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e
github.com/smartystreets/goconvey v1.6.4 // indirect