Skip to content

Commit

Permalink
fix: client_prom vunerability
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphg6 committed Mar 22, 2022
1 parent 8bef595 commit 031a890
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 13 deletions.
2 changes: 1 addition & 1 deletion adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func Run(resolverFunc services.ResolverFunc, config Config) error {

setupLog()

monitor, err := ginMonitor.New("v0.0.1-rc6", ginMonitor.DefaultErrorMessageKey, ginMonitor.DefaultBuckets)
monitor, err := ginMonitor.New("v0.0.1-rc7", ginMonitor.DefaultErrorMessageKey, ginMonitor.DefaultBuckets)
if err != nil {
panic(err)
}
Expand Down
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ go 1.16
require (
github.com/bancodobrasil/gin-monitor v1.0.0-rc1
github.com/gin-gonic/gin v1.7.7
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_golang v1.12.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 031a890

Please sign in to comment.