Skip to content

Commit

Permalink
update deps for bench
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes committed Oct 17, 2023
1 parent 421e9c7 commit 8b67865
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.18
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/hashicorp/go-version v1.6.0
golang.org/x/perf v0.0.0-20230906145419-e9dd5d2713ed
golang.org/x/perf v0.0.0-20231006134539-cd219cffda85
)

require (
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
golang.org/x/image v0.12.0 // indirect
golang.org/x/image v0.13.0 // indirect
)
4 changes: 4 additions & 0 deletions bench/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/image v0.12.0 h1:w13vZbU4o5rKOFFR8y7M+c4A5jXDC0uXTdHYRP8X2DQ=
golang.org/x/image v0.12.0/go.mod h1:Lu90jvHG7GfemOIcldsh9A2hS01ocl6oNO7ype5mEnk=
golang.org/x/image v0.13.0 h1:3cge/F/QTkNLauhf2QoE9zp+7sr+ZcL4HnoZmdwg9sg=
golang.org/x/image v0.13.0/go.mod h1:6mmbMOeV28HuMTgA6OSRkdXKYw/t5W9Uwn2Yv1r3Yxk=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
Expand All @@ -19,6 +21,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/perf v0.0.0-20230906145419-e9dd5d2713ed h1:DMDcEl2mLhFbxUrVHftA/4KobOD8KE3yDz+TwpZZe2U=
golang.org/x/perf v0.0.0-20230906145419-e9dd5d2713ed/go.mod h1:sKKkOz3Ia/7S6fSx2crI+hhIRaAckwX4SuKnsWFODIg=
golang.org/x/perf v0.0.0-20231006134539-cd219cffda85 h1:TTE4QVbOEiTwey734kAI878uRc0RyeTaJ87R8N/fMvw=
golang.org/x/perf v0.0.0-20231006134539-cd219cffda85/go.mod h1:NawcRqSKhnlxmkAHrtF0TNcqXnJo30jVUPvzQDx214s=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit 8b67865

Please sign in to comment.