Skip to content

Commit

Permalink
Update m-lab/go version to remove regex from host.Parse (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Feb 9, 2024
1 parent bea9f59 commit 78044c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/justinas/alice v1.2.0
github.com/m-lab/access v0.0.10
github.com/m-lab/go v0.1.69
github.com/m-lab/go v0.1.71
github.com/m-lab/uuid-annotator v0.4.5
github.com/oschwald/geoip2-golang v1.5.0
github.com/prometheus/client_golang v1.15.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ github.com/m-lab/go v0.1.69 h1:kaUF5Gdlz5yVMV5/PcWj+luIadfCVqDbb0WmQwno7BQ=
github.com/m-lab/go v0.1.69/go.mod h1:BirARfHWjjXHaCGNyWCm/CKW1OarjuEj8Yn6Z2rc0M4=
github.com/m-lab/go v0.1.70 h1:v169XMUYioB/H2Wqd2pBL+5RmNXrcJVt6THwreyfNok=
github.com/m-lab/go v0.1.70/go.mod h1:BirARfHWjjXHaCGNyWCm/CKW1OarjuEj8Yn6Z2rc0M4=
github.com/m-lab/go v0.1.71 h1:VTfoAzsWRstsTBDvt4Ss9lJ6J6QcWvOmI2gr3OboJ1o=
github.com/m-lab/go v0.1.71/go.mod h1:BirARfHWjjXHaCGNyWCm/CKW1OarjuEj8Yn6Z2rc0M4=
github.com/m-lab/tcp-info v1.5.3/go.mod h1:bkvI4qbjB6QVC2tsLSHqf5OnIYcmuLEVjo7+8YA56Kg=
github.com/m-lab/uuid-annotator v0.4.1/go.mod h1:f/zvgcc5A3HQ1Y63HWpbBVXNcsJwQ4uRIOqsF/nyto8=
github.com/m-lab/uuid-annotator v0.4.5 h1:YSgAwaYqgJ85Al+40DEc3NGBaL1t4TiZatdzXgFNTTI=
Expand Down

0 comments on commit 78044c1

Please sign in to comment.