Skip to content

Commit

Permalink
update tlsconfig dep
Browse files Browse the repository at this point in the history
  • Loading branch information
equinox0815 committed Dec 22, 2023
1 parent 8f0d59e commit ee9342f
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 @@ -7,7 +7,7 @@ require (
github.com/gosuri/uitable v0.0.4
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
github.com/spreadspace/tlsconfig v0.0.0-20230726215100-56bbcafa5d60
github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371
github.com/urfave/cli v1.22.12
golang.org/x/crypto v0.17.0
gopkg.in/spreadspace/scryptauth.v2 v2.0.0-20160119001838-d2c0fcba7783
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spreadspace/tlsconfig v0.0.0-20230726215100-56bbcafa5d60 h1:YtR/I+Q4cFIg0Hy7F+EbIw5uhf3NtZnW5O9y87U+71U=
github.com/spreadspace/tlsconfig v0.0.0-20230726215100-56bbcafa5d60/go.mod h1:taZ6lrQmZk4/XnC6stKWRIFSnj6SeBvtZ4nyAjN4nig=
github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371 h1:fvsj77T5rb+uUJleTcnRZcEPIBLzovfDPfUHD8xe9HU=
github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371/go.mod h1:taZ6lrQmZk4/XnC6stKWRIFSnj6SeBvtZ4nyAjN4nig=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down

0 comments on commit ee9342f

Please sign in to comment.