Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from vierbergenlars/go-module
Browse files Browse the repository at this point in the history
Use go modules
  • Loading branch information
vierbergenlars authored May 15, 2021
2 parents f9cc34c + d5b6f06 commit 7561829
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/vierbergenlars/bareos_exporter

require (
github.com/go-sql-driver/mysql v1.6.0
github.com/lib/pq v1.10.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.8.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading

0 comments on commit 7561829

Please sign in to comment.