Skip to content

Commit

Permalink
fix(deps): update module github.com/clok/avtool/v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 808ebe0 commit 4dec817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/clok/avtool/v2 v2.1.1
github.com/clok/avtool/v2 v2.2.0
github.com/clok/avtool/v3 v3.0.0
github.com/clok/cdocs v1.2.0
github.com/clok/kemba v1.1.1
github.com/urfave/cli/v2 v2.3.0
Expand Down
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8 h1:xzYJEypr/85nB
github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8/go.mod h1:oX5x61PbNXchhh0oikYAH+4Pcfw5LKv21+Jnpr6r6Pc=
github.com/clok/avtool/v2 v2.1.1 h1:544q24IsWd6JOQahJBDic7EERHcy3QQGmg27r/7Wjr0=
github.com/clok/avtool/v2 v2.1.1/go.mod h1:29vZgxJiJR81yF0ySbCfiFBgyWDDruPAj8a31fOGulQ=
github.com/clok/avtool/v2 v2.2.0 h1:n9R2xXuijgVA+Bo1BAWrYB3tvgQU9D/MAGXB2YP/2is=
github.com/clok/avtool/v2 v2.2.0/go.mod h1:29vZgxJiJR81yF0ySbCfiFBgyWDDruPAj8a31fOGulQ=
github.com/clok/avtool/v3 v3.0.0/go.mod h1:DxRJi4wTKWnfB1MBreTWklWs7sdwNMhBGeQhM3hyinU=
github.com/clok/cdocs v1.2.0 h1:sFhbBmTgV1rC8TjRSzBD7RIXP4fSnw/gTBPd5YuRBJM=
github.com/clok/cdocs v1.2.0/go.mod h1:MHdLYRxv66KNophPTW4VJOkdGJhDhpSJ1ka6WuIbrJg=
github.com/clok/kemba v1.1.1 h1:s1G0dd7NrScBuYcBHQNzPJ1u3q/herMuY9VGYFSleTA=
Expand Down Expand Up @@ -54,6 +57,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20210513122933-cd7d49e622d5 h1:N6Jp/LCiEoIBX56BZSR2bepK5GtbSC2DDOYT742mMfE=
golang.org/x/crypto v0.0.0-20210513122933-cd7d49e622d5/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 h1:7I4JAnoQBe7ZtJcBaYHi5UtiO8tQHbUSXxL+pnGRANg=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down

0 comments on commit 4dec817

Please sign in to comment.