Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Nov 8, 2022
1 parent 1246c66 commit 8a6310d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/dop251/goja v0.0.0-20221003171542-5ea1285e6c91
github.com/elazarl/goproxy v0.0.0-20220901064549-fbd10ff4f5a1
github.com/google/go-cmp v0.5.9
github.com/kevinburke/hostsfile v0.0.0-20220522040509-e5e984885321
github.com/mmatczuk/anyflag v0.0.0-20221011091730-9f8baeb6fd9c
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.37.0
Expand All @@ -28,7 +29,6 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kevinburke/hostsfile v0.0.0-20220522040509-e5e984885321 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
Expand Down

0 comments on commit 8a6310d

Please sign in to comment.