Skip to content

Commit

Permalink
Update dependencies (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
instabledesign authored Mar 7, 2023
1 parent 5782c32 commit 34ad78a
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 12 deletions.
11 changes: 9 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ go 1.10
require (
github.com/agiledragon/gomonkey/v2 v2.3.1
github.com/felixge/httpsnoop v1.0.3
github.com/prometheus/client_golang v1.0.0
github.com/stretchr/testify v1.3.0
github.com/prometheus/client_golang v1.14.0
github.com/stretchr/testify v1.8.2
)

require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/prometheus/common v0.41.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)
Loading

0 comments on commit 34ad78a

Please sign in to comment.