Skip to content

Commit

Permalink
bump githosts-utils dependency to enable gitlab response tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Oct 2, 2022
1 parent 265c56f commit b737709
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 @@ -4,7 +4,7 @@ go 1.19

require (
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
github.com/jonhadfield/githosts-utils v0.0.0-20221002110647-bbd9e109c7b9
github.com/jonhadfield/githosts-utils v0.0.0-20221002145049-b44edbd0250d
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
golang.org/x/exp v0.0.0-20221002003631-540bb7301a08
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jonhadfield/githosts-utils v0.0.0-20221002110647-bbd9e109c7b9 h1:4lbwnHLVPDw5N6bVieEyFDWt6rYZgRt6foiDbz0Ly6Q=
github.com/jonhadfield/githosts-utils v0.0.0-20221002110647-bbd9e109c7b9/go.mod h1:Gk1091TDicWW2wTnbA4Qjdc8Yr/fEpfXmYxLU5X03pw=
github.com/jonhadfield/githosts-utils v0.0.0-20221002145049-b44edbd0250d h1:sx76yuQt5sl571tD0LFTifZ+aaO11Wa8Rzkxxj1ATZ4=
github.com/jonhadfield/githosts-utils v0.0.0-20221002145049-b44edbd0250d/go.mod h1:Gk1091TDicWW2wTnbA4Qjdc8Yr/fEpfXmYxLU5X03pw=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
Expand Down

0 comments on commit b737709

Please sign in to comment.