Skip to content

Commit

Permalink
Add go.mod go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 12, 2021
1 parent 0502736 commit bdcae10
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/go/MONIT/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module github.com/dmwm/CMSMonitoring

go 1.16

require (
github.com/go-stomp/stomp v2.1.2+incompatible
github.com/prometheus/client_golang v1.9.0
github.com/vkuznet/x509proxy v0.0.0-20191014143623-163039704c67
)
Loading

0 comments on commit bdcae10

Please sign in to comment.