Skip to content

Commit

Permalink
Update dependencies. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrt authored Dec 17, 2024
1 parent e355765 commit 2dcad72
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 @@ -6,7 +6,7 @@ require (
github.com/benbjohnson/clock v1.3.5
github.com/caarlos0/env/v11 v11.3.0
github.com/honeycombio/libhoney-go v1.24.0
github.com/ibrt/golang-utils v0.11.0
github.com/ibrt/golang-utils v0.12.0
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
github.com/jackc/pgx/v5 v5.7.1
github.com/jackc/tern/v2 v2.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI
github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/ibrt/golang-utils v0.11.0 h1:ZeYUvDZLDyIzfGdaXrtU4i3HholSyazEud6RUQSh83I=
github.com/ibrt/golang-utils v0.11.0/go.mod h1:KQF3oD7IWvTri0Plm/tAVwppoh16f4r8zGO+FCMzyiA=
github.com/ibrt/golang-utils v0.12.0 h1:vQ0YczIpT4RLQAQ5z+oz62J3tEajoniyCOjIJJvlJl4=
github.com/ibrt/golang-utils v0.12.0/go.mod h1:KQF3oD7IWvTri0Plm/tAVwppoh16f4r8zGO+FCMzyiA=
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 h1:Dj0L5fhJ9F82ZJyVOmBx6msDp/kfd1t9GRfny/mfJA0=
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438/go.mod h1:a/s9Lp5W7n/DD0VrVoyJ00FbP2ytTPDVOivvn2bMlds=
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
Expand Down

0 comments on commit 2dcad72

Please sign in to comment.