Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 3, 2024
1 parent 1548ac3 commit 9ef1a0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ module asvec

go 1.21.7

// replace github.com/aerospike/avs-client-go => /Users/jesseschmidt/Developer/avs-client-go

// replace github.com/aerospike/tools-common-go => /Users/jesseschmidt/Developer/tools-common-go

require (
github.com/aerospike/avs-client-go v0.0.0-20240625001515-2ad1adca5de0
github.com/aerospike/tools-common-go v0.0.0-20240618165632-595098741f89
github.com/aerospike/avs-client-go v0.0.0-20240702180233-787c93a41b05
github.com/aerospike/tools-common-go v0.0.0-20240701164814-36eec593d9c6
github.com/jedib0t/go-pretty/v6 v6.5.9
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/aerospike/aerospike-client-go/v7 v7.4.0 h1:g8/7v8RHhQhTArhW3C7Au7o+u8j8x5eySZL6MXfpHKU=
github.com/aerospike/aerospike-client-go/v7 v7.4.0/go.mod h1:pPKnWiS8VDJcH4IeB1b8SA2TWnkjcVLHwAAJ+BHfGK8=
github.com/aerospike/avs-client-go v0.0.0-20240625001515-2ad1adca5de0 h1:ptyMV3i84ErLHyXIs3aTqIxTgJnJInfa6Nn1+L8GqO0=
github.com/aerospike/avs-client-go v0.0.0-20240625001515-2ad1adca5de0/go.mod h1:brxlQNig1y4tU7EP/jX+kXVgmwLERvtP/xhRoNw8Ark=
github.com/aerospike/tools-common-go v0.0.0-20240618165632-595098741f89 h1:5rYc5QsaQeAnSzUm30gOUANEIEsMS8knbnjouenRV7E=
github.com/aerospike/tools-common-go v0.0.0-20240618165632-595098741f89/go.mod h1:Ig1lRynXx0tXNOY3MdtanTsKz1ifG/2AyDFMXn3RMTc=
github.com/aerospike/avs-client-go v0.0.0-20240702180233-787c93a41b05 h1:Egu9UMm2SIRP871wuwp5PoqWKjPrc9XNDMg/4REOuaQ=
github.com/aerospike/avs-client-go v0.0.0-20240702180233-787c93a41b05/go.mod h1:brxlQNig1y4tU7EP/jX+kXVgmwLERvtP/xhRoNw8Ark=
github.com/aerospike/tools-common-go v0.0.0-20240701164814-36eec593d9c6 h1:tOLqcGsc6A656WNEZhYZYxDiX7d6wCkEN6+jLDSDeUU=
github.com/aerospike/tools-common-go v0.0.0-20240701164814-36eec593d9c6/go.mod h1:Ig1lRynXx0tXNOY3MdtanTsKz1ifG/2AyDFMXn3RMTc=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 9ef1a0a

Please sign in to comment.