File tree Expand file tree Collapse file tree
internal/bitbucket.org/ww/goautoneg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ import (
2121 "google.golang.org/protobuf/encoding/protodelim"
2222 "google.golang.org/protobuf/encoding/prototext"
2323
24- "github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg"
2524 "github.com/prometheus/common/model"
2625
26+ "github.com/munnerz/goautoneg"
27+
2728 dto "github.com/prometheus/client_model/go"
2829)
2930
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ require (
77 github.com/go-kit/log v0.2.1
88 github.com/google/go-cmp v0.6.0
99 github.com/julienschmidt/httprouter v1.3.0
10+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
1011 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
1112 github.com/prometheus/client_model v0.6.1
1213 github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
2424github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
2525github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE =
2626github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
27+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
28+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
2729github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU =
2830github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
2931github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ require (
1919 github.com/jmespath/go-jmespath v0.4.0 // indirect
2020 github.com/jpillora/backoff v1.0.0 // indirect
2121 github.com/kr/text v0.2.0 // indirect
22+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2223 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
2324 github.com/pmezard/go-difflib v1.0.0 // indirect
2425 github.com/prometheus/client_model v0.6.1 // indirect
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX
1818github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
1919github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
2020github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
21+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
22+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
2123github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU =
2224github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
2325github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments