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 9, 2022
1 parent 892048a commit c66d1e3
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 c66d1e3

Please sign in to comment.